I am running the following command to validate tha...
# help-connector-development
b
I am running the following command to validate that the dbt project has been configured correctly:
Copy code
docker run --rm -i -v airbyte_workspace:/data -w /data/$NORMALIZE_WORKSPACE/normalize --network host --entrypoint /usr/local/bin/dbt airbyte/normalization debug --profiles-dir=. --project-dir=.
The response I am getting tells me that the profile.yml file located in the tmp directory is invalid due to missing end of comment tag. I am under the impression that the profile.yml is generated by airbyte. Can someone guide me on either where I am going wrong in my understanding, or where the generation is going wrong?
k
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet. However, you can refer to the [Airbyte documentation on Transformations with dbt](https://docs.airbyte.com/operator-guides/transformation-and-normalization/transformations-with-dbt) for more information on how to set up and configure dbt projects with Airbyte.
b
We have “solved” this issue as well. When airbyte generates our profile.yml, it does not escape illegal characters that are found in our destination password.