dbt deps pulls the most recent version of the dependencies listed in your packages.yml from git. See Package-Management for more information.| docs.getdbt.com
The dbt run command executes your compiled SQL models against a target database.| docs.getdbt.com
You can use error thresholds to configure the severity of test results and set when to produce an error or warning based on the number of failed tests.| docs.getdbt.com
Validate that data freshness meets expectations and alert if stale.| docs.getdbt.com
Develop, test, run, and build in the Cloud IDE. You can compile dbt code into SQL and run it against your database directly| docs.getdbt.com
dbt's node selection syntax makes it possible to run only specific resources in a given invocation of dbt. This selection syntax is used for the following subcommands:| docs.getdbt.com