diff --git a/.github/workflows/dbt_run_scheduled_main.yml b/.github/workflows/dbt_run_scheduled_main.yml index e96788e..5326481 100644 --- a/.github/workflows/dbt_run_scheduled_main.yml +++ b/.github/workflows/dbt_run_scheduled_main.yml @@ -42,8 +42,4 @@ jobs: - name: Run Main Models run: | - dbt run -m "fsc_evm,tag:silver_core" "fsc_evm,tag:gold_core" "fsc_evm,tag:silver_prices" "fsc_evm,tag:gold_prices" "fsc_evm,tag:silver_labels" "fsc_evm,tag:gold_labels" - - - name: Run Streamline Models - run: | - dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "fsc_evm,tag:streamline_decoded_logs_realtime" "fsc_evm,tag:streamline_decoded_logs_complete" \ No newline at end of file + dbt run -m "fsc_evm,tag:silver_core" "fsc_evm,tag:gold_core" "fsc_evm,tag:silver_prices" "fsc_evm,tag:gold_prices" "fsc_evm,tag:silver_labels" "fsc_evm,tag:gold_labels" \ No newline at end of file diff --git a/data/github_actions__workflows.csv b/data/github_actions__workflows.csv index 057edb6..e59b68c 100644 --- a/data/github_actions__workflows.csv +++ b/data/github_actions__workflows.csv @@ -1,3 +1,4 @@ workflow_name,workflow_schedule -dbt_run_streamline_history,"25 */2 * * *" -dbt_run_dev_refresh,"29 4 * * 1" \ No newline at end of file +dbt_run_dev_refresh,"29 4 * * 1" +dbt_run_streamline_chainhead,"3,33 * * * *" +dbt_run_scheduled_main,"43 * * *" \ No newline at end of file diff --git a/dbt_project.yml b/dbt_project.yml index 870343a..ddf33b5 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -150,6 +150,8 @@ vars: TRACES_REQUEST_START_BLOCK: 1149019 + TRACES_FULL_RELOAD_START_BLOCK: 15000000 + ### PRICES ### ## REQUIRED PRICES_NATIVE_SYMBOLS: "ETH" diff --git a/packages.yml b/packages.yml index a88d4b6..2006749 100644 --- a/packages.yml +++ b/packages.yml @@ -1,3 +1,3 @@ packages: - git: https://github.com/FlipsideCrypto/fsc-evm.git - revision: v3.24.0 \ No newline at end of file + revision: AN-5781/boba-models \ No newline at end of file