2x per day

This commit is contained in:
Eric Laurello 2024-10-11 15:53:17 -04:00
parent f0a10367b6
commit 1f201c20e9

View File

@ -1,6 +1,6 @@
workflow_name,workflow_schedule
dbt_run_incremental_core,"25,55 * * * *"
dbt_run_incremental_non_core,"33 * * * *"
dbt_run_incremental_core,"25,55 6,12 * * *"
dbt_run_incremental_non_core,"33 6,12 * * *"
dbt_run_streamline_blocks_txcount_realtime,"0,30 * * * *"
dbt_run_streamline_transactions_realtime,"8,38 * * * *"
dbt_test_tasks,"0,30 * * * *"

1 workflow_name workflow_schedule
2 dbt_run_incremental_core 25,55 * * * * 25,55 6,12 * * *
3 dbt_run_incremental_non_core 33 * * * * 33 6,12 * * *
4 dbt_run_streamline_blocks_txcount_realtime 0,30 * * * *
5 dbt_run_streamline_transactions_realtime 8,38 * * * *
6 dbt_test_tasks 0,30 * * * *