For dbt>=1.0.0, update deprecated keys in dbt_project.yml
In dbt 1.0.0:
Change the default dbt packages installation directory to
dbt_packagesfromdbt_modules. Also renamemodules-pathtopackages-install-pathto allow default overrides of package install directory. Deprecation warning added for projects using the olddbt_modulesname without specifying apackages-install-path. (#3523)Marked
source-pathsanddata-pathsas deprecated keys indbt_project.ymlin favor ofmodel-pathsandseed-pathsrespectively.
-
source-paths=>model-paths -
data-paths=>seed-paths -
dbt_modules=>dbt_packages -
modules-path=>packages-install-path
https://docs.getdbt.com/docs/guides/migration-guide/upgrading-to-1-0-0
Edited by Edgar R. Mondragón