The dbt compile command creates executable SQL from model, test, and analysis files.| docs.getdbt.com
Defer is a powerful feature that makes it possible to run a subset of models or tests in a sandbox environment without having to first build their upstream parents. This can save time and computational resources when you want to test a small number of models in a large project.| docs.getdbt.com
Write resource selectors in YAML, save them with a human-friendly name, and reference them using the --selector flag.| docs.getdbt.com