Sync Google Ads to Postgres Normalization Error #28474
-
Hello! I am using a self host Airbyte (0.50.7) and have connection between a Google Ads source and a Postgres destination. The original connection was with a Postgres 0.4.0 and a Google Ads 0.2.14 which was working smoothly, but when I updated the Google Ads to it latest version 0.7.1, although the reset didn't have any issue, the sync is failing due to a "Normalization failed during the dbt run. This may indicate a problem with the data itself." I am not developer so sadly I can't find any specific problem or how to solve it. I'm attaching the logs of one of the attempts which has this error message (I'm always getting the same error). The only way I thought to patch is syncronizing the data to a new schema or with a new prefix to make the difference, but I can't do that always I have this issue. Is there anything that can be done? Or is it maybe a problem with the source or the destination connector? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Did you try to update the schema and reset the data?
|
Beta Was this translation helpful? Give feedback.
Hey! I am not using a custom query for Google Ads. About another destination, I did create a new connection and it works fine, but it's pretty annoying if I have to do that each time I encounter this issue, so that's why I was wondering if there may be a solution.
Thanks!!