Normalization is failing for any snowflake destina...
# help-connector-development
b
Normalization is failing for any snowflake destination for my connections. We have tested multiple connections and normalization fails for all of them. We have tested normalization with a postgress destination and that works. We get the following error when attempting to use basic normalization for a snowflake destination:
Copy code
Normalization summary: io.airbyte.config.NormalizationSummary@7cab48aa[startTime=1684501191372,endTime=1684501247926,failures=[io.airbyte.config.FailureReason@7394d98b[failureOrigin=normalization,failureType=system_error,internalMessage=Compilation Error,externalMessage=Normalization failed during the dbt run. This may indicate a problem with the data itself.,metadata=io.airbyte.config.Metadata@3bb98f9e[additionalProperties={attemptNumber=0, jobId=40, from_trace_message=true}],stacktrace=AirbyteDbtError: 
Encountered an error while reading profiles:
  ERROR: Runtime Error
  Compilation Error
    Could not render ^4{gSU+zM9{#&[@p: Missing end of comment tag
      line 1
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](https://docs.airbyte.com) for more information on normalization and troubleshooting.
b
I have run the validation commands highlighted here. Below is the error I receive. I am under the impression that airbyte is generating a profiles.yml file, and not doing it correctly? I could be mistaken here