Hi all, I got an error while following this tutori...
# ask-community-for-troubleshooting
d
Hi all, I got an error while following this tutorial, https://docs.airbyte.io/operator-guides/transformation-and-normalization/transformations-with-dbt. and I modified
modules-path: "../dbt_modeuls"
in dbt_project.yaml file, referring to https://github.com/airbytehq/airbyte/issues/5590.
Copy code
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.
u
Hello Dasol, can you check this video:

https://www.youtube.com/watch?v=18P5_ohcu5A

?
modules-path: "../dbt_modeuls" <= this is a mistype the correct is
../dbt_modules
(just want to confirm this)
w
the
modules-path
is changed to
packages-install-path
in dbt 1.0 dbt_project.yml | dbt Docs (getdbt.com)