add obs schedule

This commit is contained in:
sam 2024-12-10 21:57:04 +08:00
parent df619a06a5
commit 18583999b8

View File

@ -6,4 +6,5 @@ dbt_test_intraday,"39 */4 * * *"
dbt_test_daily,"22 8 * * *"
dbt_test_monthly,"5 7 28 * *"
dbt_run_scheduled_abis,"11 23 * * *"
dbt_run_streamline_decoded_logs_history,"5 22 * * 6"
dbt_run_streamline_decoded_logs_history,"5 22 * * 6"
dbt_run_full_observability,"0 19 1 * *"
1 workflow_name workflow_schedule
6 dbt_test_daily 22 8 * * *
7 dbt_test_monthly 5 7 28 * *
8 dbt_run_scheduled_abis 11 23 * * *
9 dbt_run_streamline_decoded_logs_history 5 22 * * 6
10 dbt_run_full_observability 0 19 1 * *