Description: some fields are getting invalid data type, all 3 as Bad INT64 value, i don’t know if only our company is having this issue, but i’m willing to help with code.
Completed with 3 errors and 0 warnings:
Database Error in model campaign_labels (models/generated/airbyte_tables/airbyte_google_ads/campaign_labels.sql)
Bad int64 value: Destinos - B
compiled SQL at …/build/run/airbyte_utils/models/generated/airbyte_tables/airbyte_google_ads/campaign_labels.sql
Database Error in model ad_group_labels (models/generated/airbyte_tables/airbyte_google_ads/ad_group_labels.sql)
Bad int64 value: Centro-Oeste
compiled SQL at …/build/run/airbyte_utils/models/generated/airbyte_tables/airbyte_google_ads/ad_group_labels.sql
Database Error in model ad_group_ad_labels (models/generated/airbyte_tables/airbyte_google_ads/ad_group_ad_labels.sql)
Bad int64 value: URL Redirect
compiled SQL at …/build/run/airbyte_utils/models/generated/airbyte_tables/airbyte_google_ads/ad_group_ad_labels.sql
All fields label.name are strings and in airbyte they are maped as INT64,
can we fix this?
ad_group_labels
{ "ad_group_label.resource_name":"custome95163927",
"label.resource_name":"customers/8927",
"ad_group.resource_name":"customers/835",
"label.name":"Centro-Oeste" #error here but all fields are string
},
{
"ad_group_label.resource_name":"custo566",
"label.resource_name":"customers/5366",
"ad_group.resource_name":"customers/535",
"label.name":"Ativar dps"
}
campaign_labels
{
"campaign_label.resource_name":"customers/5361",
"label.resource_name":"customers/561",
"campaign.resource_name":"customers/538",
"label.name":"Destinos - B" #error here but all fields are string
}
ad_group_ad_labels
{
"ad_group_ad_label.resource_name":"customers/888971",
"ad_group_ad.ad.resource_name":"customers/83",
"label.resource_name":"customers/871",
"label.name":"URL Redirect" # same error
}
Hi there from the Community Assistance team.
We’re letting you know about an issue we discovered with the back-end process we use to handle topics and responses on the forum. If you experienced a situation where you posted the last message in a topic that did not receive any further replies, please open a new topic to continue the discussion. In addition, if you’re having a problem and find a closed topic on the subject, go ahead and open a new topic on it and we’ll follow up with you. We apologize for the inconvenience, and appreciate your willingness to work with us to provide a supportive community.