mirror of
https://github.com/FlipsideCrypto/kaia-models.git
synced 2026-02-06 09:26:47 +00:00
kaia shutdown
This commit is contained in:
parent
b32ca2d128
commit
19cb5444a2
5
.github/workflows/dbt_run_abi_refresh.yml
vendored
5
.github/workflows/dbt_run_abi_refresh.yml
vendored
@ -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: ./
|
||||
|
||||
5
.github/workflows/dbt_run_dev_refresh.yml
vendored
5
.github/workflows/dbt_run_dev_refresh.yml
vendored
@ -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: ./
|
||||
|
||||
@ -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: ./
|
||||
|
||||
5
.github/workflows/dbt_run_heal_models.yml
vendored
5
.github/workflows/dbt_run_heal_models.yml
vendored
@ -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: ./
|
||||
|
||||
@ -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: ./
|
||||
|
||||
5
.github/workflows/dbt_run_trace_backfill.yml
vendored
5
.github/workflows/dbt_run_trace_backfill.yml
vendored
@ -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: ./
|
||||
|
||||
5
.github/workflows/dbt_test_intraday.yml
vendored
5
.github/workflows/dbt_test_intraday.yml
vendored
@ -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: ./
|
||||
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user