You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
schedule: "*/30 * * * *" #the schedule cron configuration or use "OFF" if you want to disable the schedule
environment: production #the environment used to run the schedule -> this is always production
commands: #the set of dbt commands you want to run in the schedule
- dbt seed
- dbt run
- dbt test
- dbt docs generate
slack_on: #the configuration of when a notification is triggered. Here we want to send a notification when the run is completed either successfully or when failing
- passed
- failed
slack_notify: #the channel/user that will be notified