This commit is contained in:
Austin 2024-11-01 14:25:47 -04:00
parent d339d924c9
commit 811fdfca85

View File

@ -6,4 +6,5 @@ dbt_run_streamline_history,"22 * * * *"
dbt_test_daily,"22 8 * * *"
dbt_test_monthly,"5 7 28 * *"
dbt_run_scheduled_abis,"11 */12 * * *"
dbt_run_streamline_decode_history,"5 22 * * 6"
dbt_run_streamline_decode_history,"5 22 * * 6"
dbt_run_scheduled_kick_decoded_logs_history,"38 23 * * *"
1 workflow_name workflow_schedule
6 dbt_test_daily 22 8 * * *
7 dbt_test_monthly 5 7 28 * *
8 dbt_run_scheduled_abis 11 */12 * * *
9 dbt_run_streamline_decode_history 5 22 * * 6
10 dbt_run_scheduled_kick_decoded_logs_history 38 23 * * *