This commit is contained in:
Austin 2023-11-01 15:57:08 -04:00 committed by GitHub
parent 313c88f567
commit c511bcaf40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
workflow_name,workflow_schedule
dbt_run_scheduled_non_realtime,"6,18,30,42,54 * * * *"
dbt_run_streamline_chainhead,"0,12,24,46,48 * * * *"
dbt_run_streamline_chainhead,"0,12,24,36,48 * * * *"
dbt_run_streamline_decoder,"3,15,27,39,51 * * * *"
dbt_run_scheduled_curated,"10,40 * * * *"
dbt_test_tasks,"15,45 * * * *"
1 workflow_name workflow_schedule
2 dbt_run_scheduled_non_realtime 6,18,30,42,54 * * * *
3 dbt_run_streamline_chainhead 0,12,24,46,48 * * * * 0,12,24,36,48 * * * *
4 dbt_run_streamline_decoder 3,15,27,39,51 * * * *
5 dbt_run_scheduled_curated 10,40 * * * *
6 dbt_test_tasks 15,45 * * * *