fix worfklow name

This commit is contained in:
desmond-hui 2024-09-13 08:03:09 -07:00
parent 1d4d305e50
commit 1cf593430b

View File

@ -1,5 +1,5 @@
workflow_name,workflow_schedule
dbt_run_streamline_blocks_realtime,"2-59/5 * * * *"
dbt_run_streamline_block_txs_realtime,"14-59/15 * * * *"
dbt_run_incremental,"19,49 * * * *"
dbt_run_incremental_core,"19,49 * * * *"
dbt_run_incremental_non_core,"4,34 * * * *"

1 workflow_name workflow_schedule
2 dbt_run_streamline_blocks_realtime 2-59/5 * * * *
3 dbt_run_streamline_block_txs_realtime 14-59/15 * * * *
4 dbt_run_incremental dbt_run_incremental_core 19,49 * * * *
5 dbt_run_incremental_non_core 4,34 * * * *