updates to workflows

This commit is contained in:
drethereum 2024-10-29 14:57:54 -06:00
parent cf37a589ca
commit fc53f81901
3 changed files with 5 additions and 8 deletions

View File

@ -1,5 +1,5 @@
name: dbt_run_scheduled_core
run-name: dbt_run_scheduled_core
name: dbt_run_scheduled_main
run-name: dbt_run_scheduled_main
on:
workflow_dispatch:
@ -41,4 +41,4 @@ jobs:
dbt deps
- name: Run DBT Jobs
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"
dbt run -m "core_models,tag:core" "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

@ -43,7 +43,4 @@ jobs:
dbt deps
- name: Run DBT Jobs
run: |
dbt test -m "fsc_evm,tag:recent_test"
dbt test -m "fsc_evm,tag:recent_test"

View File

@ -1,5 +1,5 @@
workflow_name,workflow_schedule
dbt_run_streamline_chainhead,"23,53 * * * *"
dbt_run_scheduled_core,"1,31 * * * *"
dbt_run_scheduled_main,"1,31 * * * *"
dbt_test_intraday,"39 */4 * * *"
dbt_run_streamline_history,"22 * * * *"
1 workflow_name workflow_schedule
2 dbt_run_streamline_chainhead 23,53 * * * *
3 dbt_run_scheduled_core dbt_run_scheduled_main 1,31 * * * *
4 dbt_test_intraday 39 */4 * * *
5 dbt_run_streamline_history 22 * * * *