Hey Guys... I am facing a problem trying to ingest...
# ask-community-for-troubleshooting
m
Hey Guys... I am facing a problem trying to ingest Google Ads data to Bigquery...
Copy code
Database Error in model customer__data__campaigns (models/generated/airbyte_incremental/google_ads/customer__data__campaigns.sql)
Bad int64 value: 0.0
Does anyone knows how to resolve this issue ? šŸ˜•
It is happening when I try to use Customer ID and Login Customer ID in the ingestion Configuration.... When I try to use just the Customer ID ... everything works well.
If anyone faces this problem....
Copy code
I downgraded the connector version from 0.2.3 to 0.2.1
It worked.
u
Glad you figured it out and thanks for sharing the details!
m
Same issue with Airbyte cloud… (introduced with version 0.2.3)
Maybe because metrics.conversions and metrics.conversions_value are defined as integer, while Google Ads has these as double…
In
/connectors/source-google-ads/source_google_ads/schemas/campaigns.json
that is.
u
Hey Maarten! Thanks for sharing the details. This Slack channel is for OSS support only, if you require Cloud support please refer to the support within your Cloud instance :)
m
I’m just saying that Airbyte cloud, which uses the same connector version, has the same issue. No support needed. But I’ll make sure to never name ā€œcloudā€ here again. šŸ˜…
s
@Marcelo Santoro Did you ever resolve this issue? I’m facing a similar thing on normalizations in BQ and I can’t figure out how to address it
m
Hey @Sreela Das.... this is what worked for me:
Copy code
Downgraded the connector version from 0.2.3 to 0.2.1