move curated run to 4H

This commit is contained in:
mattromano 2024-12-04 12:40:58 -08:00
parent 5363fea461
commit 5eafe2e272

View File

@ -1,7 +1,7 @@
workflow_name,workflow_schedule
dbt_run_streamline_chainhead,"24,54 * * * *"
dbt_run_scheduled_main,"2,32 * * * *"
dbt_run_scheduled_curated,"15 * * * *"
dbt_run_scheduled_curated,"15 */4 * * *"
dbt_run_scheduled_decoded_logs,"9,39 * * * *"
dbt_test_intraday,"40 */4 * * *"
dbt_test_daily,"23 8 * * *"

1 workflow_name workflow_schedule
2 dbt_run_streamline_chainhead 24,54 * * * *
3 dbt_run_scheduled_main 2,32 * * * *
4 dbt_run_scheduled_curated 15 * * * * 15 */4 * * *
5 dbt_run_scheduled_decoded_logs 9,39 * * * *
6 dbt_test_intraday 40 */4 * * *
7 dbt_test_daily 23 8 * * *