The `flags` variable contains values of flags provided on the cli.| docs.getdbt.com
Generate and serve the docs for your dbt project.| docs.getdbt.com
The dbt compile command creates executable SQL from model, test, and analysis files.| docs.getdbt.com
For the test resource type, storefailuresas is an optional config that specifies how test failures should be stored in the database. If storefailures is also configured, storefailuresas takes precedence.| docs.getdbt.com
The dbt run command executes your compiled SQL models against a target database.| docs.getdbt.com
Configure dbt data tests to assess the quality of your input data and ensure accuracy in resulting datasets.| docs.getdbt.com
Produced by: Any command that parses your project. This includes all commands except deps, clean, debug, init| docs.getdbt.com
With every invocation, dbt generates and saves one or more artifacts. Several of these are files (semanticmanifest.json, manifest.json, catalog.json, runresults.json, and sources.json) that are used to power:| docs.getdbt.com