dbt run
is minimal, and most of the processing happens as part of the data tests that are executed on dbt test
.
What are dbt packages and packages.yml?
packages.yml
file under the main project directory (where your dbt_project.yml
is), and adding the relevant package. After you add a new package, run dbt deps
to actually pull its
code to your project. This is also how you update packages.
Some packages we recommend you check out: dbt_utils
, dbt_date
, codegen.