๐๏ธ Reviewing SQL that dbt runs
Review logs to check the SQL dbt is running
๐๏ธ Notifications to debug failed runs
Set up notifications to debug failed runs
๐๏ธ Debug failed tests
You can debug failed tests by finding the SQL
๐๏ธ Run models downstream of a seed
You run models downstread using model selection syntax
๐๏ธ Run one model at a time
Use select flags to run one model at a time
๐๏ธ Run one snapshot at a time
Use select flags to run one snapshot at a time
๐๏ธ Run models downstream of one source
Use source selector to run models downstream of a source
๐๏ธ State-aware orchestration vs selectors in dbt Core
Compare how state-aware orchestration differs from using selectors in dbt Coreโs
๐๏ธ Snapshot command schedule
Snapshot command intended to run on hourly/daily schedule