
The Basics: dbt run
The bread and butter of dbt™ is the run command. It’s like hitting the “Go” button on your data transformations. The dbt run command is the most complex and can be broken down into 4 parts:- Arguments like —select, —exclude and others
- Model names to choose what models to run
- Method selectors offering ability to fine tune which models to run
- Graph selectors offering further fine tuning to apply complex boolean-like logic

dbt run command with these options:
Running Tests
Don’t let bad data crash your party. Use dbt test to keep your transformations in check and apply data quality best practices to your dbt™ transformation pipelines:Source Freshness
Source freshness in dbt™ is like a built-in data freshness checker. It helps you:- Monitor when your source data was last updated
- Set expectations for how recent your data should be
- Alert you when data is stale