mirror of
https://github.com/FlipsideCrypto/boba-models.git
synced 2026-02-06 13:46:44 +00:00
updates
This commit is contained in:
parent
55c8335f19
commit
acb0e106b5
6
.github/workflows/dbt_run_scheduled_main.yml
vendored
6
.github/workflows/dbt_run_scheduled_main.yml
vendored
@ -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"
|
||||
@ -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 * * *"
|
||||
|
@ -150,6 +150,8 @@ vars:
|
||||
|
||||
TRACES_REQUEST_START_BLOCK: 1149019
|
||||
|
||||
TRACES_FULL_RELOAD_START_BLOCK: 15000000
|
||||
|
||||
### PRICES ###
|
||||
## REQUIRED
|
||||
PRICES_NATIVE_SYMBOLS: "ETH"
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
packages:
|
||||
- git: https://github.com/FlipsideCrypto/fsc-evm.git
|
||||
revision: v3.24.0
|
||||
revision: AN-5781/boba-models
|
||||
Loading…
Reference in New Issue
Block a user