Brandon
05/22/2023, 2:25 PMdocker 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?kapa.ai
05/22/2023, 2:25 PMkapa.ai
05/22/2023, 2:26 PMBrandon
05/22/2023, 3:42 PM