This commit is contained in:
Eric Laurello 2024-10-15 17:36:27 -04:00
parent ba9ecba801
commit 19abd8737a

View File

@ -1,6 +1,6 @@
workflow_name,workflow_schedule workflow_name,workflow_schedule
dbt_run_incremental_core,"20,50 * * * *" dbt_run_incremental_core,"45 5,17 * * *"
dbt_run_incremental_non_core,"33 * * * *" dbt_run_incremental_non_core,"59 5,17 * * *"
dbt_run_streamline_blocks_tx_counts,"9,39 * * * *" dbt_run_streamline_blocks_tx_counts,"9,39 * * * *"
dbt_run_streamline_transactions,"14,44 * * * *" dbt_run_streamline_transactions,"14,44 * * * *"
dbt_test_tasks,"0,30 * * * *" dbt_test_tasks,"0 */6 * * *"

1 workflow_name workflow_schedule
2 dbt_run_incremental_core 20,50 * * * * 45 5,17 * * *
3 dbt_run_incremental_non_core 33 * * * * 59 5,17 * * *
4 dbt_run_streamline_blocks_tx_counts 9,39 * * * *
5 dbt_run_streamline_transactions 14,44 * * * *
6 dbt_test_tasks 0,30 * * * * 0 */6 * * *