dasol kim
11/09/2021, 6:45 AMmodules-path: "../dbt_modeuls"
in dbt_project.yaml file, referring to https://github.com/airbytehq/airbyte/issues/5590.
dbt deps --profiles-dir=$NORMALIZE_DIR --project-dir=$NORMALIZE_DIR
Running with dbt=1.0.0-b2
* Deprecation Warning: The `data-paths` config has been deprecated in favor of `seed-paths`. Please update your
`dbt_project.yml` configuration to reflect this change.
Encountered an error while reading the project:
ERROR: Runtime Error
at path []: Additional properties are not allowed ('modules-path' was unexpected)
Error encountered in /home/dskim/airbyte/dbt_customizing/normalization-files/normalize/dbt_project.yml
Encountered an error:
Runtime Error
Could not run dbt
I don't know why this error occurs. please help.[DEPRECATED] Marcos Marx
../dbt_modules
(just want to confirm this)wp
02/10/2022, 6:22 AMmodules-path
is changed to packages-install-path
in dbt 1.0
dbt_project.yml | dbt Docs (getdbt.com)