This commit is contained in:
Austin 2025-02-20 15:06:29 -05:00
parent 55c8335f19
commit acb0e106b5
4 changed files with 7 additions and 8 deletions

View File

@ -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"
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"

View File

@ -1,3 +1,4 @@
workflow_name,workflow_schedule
dbt_run_streamline_history,"25 */2 * * *"
dbt_run_dev_refresh,"29 4 * * 1"
dbt_run_dev_refresh,"29 4 * * 1"
dbt_run_streamline_chainhead,"3,33 * * * *"
dbt_run_scheduled_main,"43 * * *"
1 workflow_name workflow_schedule
2 dbt_run_streamline_history dbt_run_dev_refresh 25 */2 * * * 29 4 * * 1
3 dbt_run_dev_refresh dbt_run_streamline_chainhead 29 4 * * 1 3,33 * * * *
4 dbt_run_scheduled_main 43 * * *

View File

@ -150,6 +150,8 @@ vars:
TRACES_REQUEST_START_BLOCK: 1149019
TRACES_FULL_RELOAD_START_BLOCK: 15000000
### PRICES ###
## REQUIRED
PRICES_NATIVE_SYMBOLS: "ETH"

View File

@ -1,3 +1,3 @@
packages:
- git: https://github.com/FlipsideCrypto/fsc-evm.git
revision: v3.24.0
revision: AN-5781/boba-models