This commit is contained in:
Eric Laurello 2024-04-15 16:44:24 -04:00
parent 58093dd18a
commit 22aa781c75
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
name: dbt_run_streamline_blocks
run-name: dbt_run_streamline_blocks
name: dbt_run_streamline_blocks_tx_counts
run-name: dbt_run_streamline_blocks_tx_counts
on:
workflow_dispatch:

View File

@ -1,6 +1,6 @@
workflow_name,workflow_schedule
dbt_run_incremental_core,"25,55 * * * *"
dbt_run_streamline_blocks,"0,30 * * * *"
dbt_run_streamline_blocks_tx_counts,"0,30 * * * *"
dbt_run_streamline_transactions,"5,35 * * * *"
dbt_run_incremental_noncore,"45 * * * *"
dbt_test_tasks,"0,30 * * * *"
1 workflow_name workflow_schedule
2 dbt_run_incremental_core 25,55 * * * *
3 dbt_run_streamline_blocks dbt_run_streamline_blocks_tx_counts 0,30 * * * *
4 dbt_run_streamline_transactions 5,35 * * * *
5 dbt_run_incremental_noncore 45 * * * *
6 dbt_test_tasks 0,30 * * * *