diff --git a/.github/workflows/dbt_run_temp_traces2.yml b/.github/workflows/dbt_run_temp_traces2.yml index 6abb6d9..ec95636 100644 --- a/.github/workflows/dbt_run_temp_traces2.yml +++ b/.github/workflows/dbt_run_temp_traces2.yml @@ -3,9 +3,8 @@ run-name: dbt_run_temp_traces2 on: workflow_dispatch: - schedule: - # Runs “At minute 49 past every evenhour.” (see https://crontab.guru) - - cron: '49 */2 * * *' + branches: + - "main" env: DBT_PROFILES_DIR: ./ diff --git a/models/silver/core/silver__traces2.sql b/models/silver/core/silver__traces2.sql index 2d8db2f..9082f84 100644 --- a/models/silver/core/silver__traces2.sql +++ b/models/silver/core/silver__traces2.sql @@ -9,7 +9,7 @@ ) }} {{ fsc_evm.silver_traces_v1( - full_reload_start_block = 9000000, + full_reload_start_block = 20000000, full_reload_blocks = 25000000, full_reload_mode = true, use_partition_key = true