add to csv

This commit is contained in:
sam 2024-12-11 10:00:36 +08:00
parent b923e9c400
commit e5bdfdf2b1
2 changed files with 4 additions and 4 deletions

View File

@ -3,9 +3,8 @@ run-name: dbt_run_full_observability
on:
workflow_dispatch:
schedule:
# Runs at 20:00 UTC on the 1st of every month (see https://crontab.guru)
- cron: "0 20 1 * *"
branches:
- "main"
env:
DBT_PROFILES_DIR: ./

View File

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