census
tag but you can customize the filter.tag:census
path/to/models
*
dbt compile
command rather than the typical dbt run
and then make use of the compiled output only. packages.yml
and then running dbt deps
. dbt_utils
. To fix, update your packages.yml with the following reference:
- package: dbt-labs/dbt_utils
source-paths
to model-paths
and data-paths
to seed-paths
with a default value of seeds. Both of these can be ignored for now and will be removed in a future version.