Hi, guys! How can I do 'dbt deps' and 'dbt run' i...
# ask-community-for-troubleshooting
j
Hi, guys! How can I do 'dbt deps' and 'dbt run' in airbyte custom transformation? It always returns to me that i have not installed the necessary packages that are in packages.yml. Thank you.
m
Hello João! Please check the documentation for custom transformation: https://docs.airbyte.com/operator-guides/transformation-and-normalization/transformations-with-airbyte#how-to-use-custom-dbt-tips you must change the
dbt_profiles.yaml
file
j
Hey, @Marcos Marx (Airbyte)! So, I did set the packages folder outside the container, as written in the docs, but I still get the same error.