kaia shutdown

This commit is contained in:
Austin 2025-06-13 08:22:13 -04:00
parent b32ca2d128
commit 19cb5444a2
8 changed files with 15 additions and 25 deletions

View File

@ -3,9 +3,8 @@ run-name: dbt_run_abi_refresh
on:
workflow_dispatch:
schedule:
# Runs “At minute 49 past every 12th hour.” (see https://crontab.guru)
- cron: '49 */12 * * *'
branches:
- "main"
env:
DBT_PROFILES_DIR: ./

View File

@ -3,9 +3,8 @@ run-name: dbt_run_dev_refresh
on:
workflow_dispatch:
schedule:
# Runs "at 10:00 UTC" (see https://crontab.guru)
- cron: '0 10 * * *'
branches:
- "main"
env:
DBT_PROFILES_DIR: ./

View File

@ -3,9 +3,8 @@ run-name: dbt_run_full_observability
on:
workflow_dispatch:
schedule:
# Runs “At 17:00 on day-of-month 1.” (see https://crontab.guru)
- cron: '30 17 1 * *'
branches:
- "main"
env:
DBT_PROFILES_DIR: ./

View File

@ -3,9 +3,8 @@ run-name: dbt_run_heal_models
on:
workflow_dispatch:
schedule:
# Runs at 02:00 on Wednesday (see https://crontab.guru)
- cron: '0 2 * * 3'
branches:
- "main"
env:
DBT_PROFILES_DIR: ./

View File

@ -3,9 +3,8 @@ run-name: dbt_run_operation_reorg
on:
workflow_dispatch:
schedule:
# Runs at minute 50 every 8 hours (see https://crontab.guru)
- cron: '50 */8 * * *'
branches:
- "main"
env:
DBT_PROFILES_DIR: ./

View File

@ -3,9 +3,8 @@ run-name: dbt_run_trace_backfill
on:
workflow_dispatch:
schedule:
# Runs “At Minute 50 every hour” (see https://crontab.guru)
- cron: '50 * * * *'
branches:
- "main"
env:
DBT_PROFILES_DIR: ./

View File

@ -3,9 +3,8 @@ run-name: dbt_test_intraday
on:
workflow_dispatch:
schedule:
# Runs “At minute 5 past every 4th hour.” (see https://crontab.guru)
- cron: '10 */4 * * *'
branches:
- "main"
env:
DBT_PROFILES_DIR: ./

View File

@ -1,4 +1 @@
workflow_name,workflow_schedule
dbt_run_scheduled_non_realtime,"15,45 * * * *"
dbt_run_streamline_decoder,"25,55 * * * *"
dbt_run_scheduled_curated,"30 * * * *"
workflow_name,workflow_schedule
1 workflow_name workflow_schedule
dbt_run_scheduled_non_realtime 15,45 * * * *
dbt_run_streamline_decoder 25,55 * * * *
dbt_run_scheduled_curated 30 * * * *