wp
10/12/2022, 10:37 PMBigQueryError{reason=invalidQuery, location=query, message=Field ad_group_criterion_final_urls has incompatible types. Configured schema: string. Avro file: record}
Is this a bug on the source connector?user
10/13/2022, 12:00 AMMarcos Marx (Airbyte)
10/13/2022, 5:00 PMwp
10/14/2022, 2:10 PM"ad_group_criterion.final_mobile_urls": {
"type": ["null", "string", "array"]
},
"ad_group_criterion.final_urls": {
"type": ["null", "string", "array"]
},
I think the schema might be missing the child node of items for the array seen in other array type field.
example:
"ad_group.targeting_setting.target_restrictions": {
"type": ["null", "array"],
"items": {
"type": "string"
}
},wp
10/14/2022, 2:10 PMwp
10/14/2022, 2:13 PM0.1.44
0.1.42Marcos Marx (Airbyte)
10/14/2022, 5:33 PMMarcos Marx (Airbyte)
10/14/2022, 5:33 PMwp
10/14/2022, 5:35 PMwp
10/15/2022, 2:12 PMwp
10/15/2022, 2:12 PMwp
10/15/2022, 2:15 PMdisplay_topics_performace_report
display_keyword_performace_reportuser
10/24/2022, 11:22 PMwp
10/25/2022, 1:41 PMCaused by: com.google.cloud.bigquery.BigQueryException: Field ad_group_criterion_final_urls has incompatible types. Configured schema: string. Avro file: recordwp
10/25/2022, 1:43 PMField{name=ad_group_criterion_final_urls, type=STRING, mode=NULLABLE, description=null, policyTags=null}
should be mode=REPEATED if the field is of record type?Marcos Marx (Airbyte)
10/27/2022, 1:18 AMStack Trace: java.lang.RuntimeException: Failed to upload data from stage testing/ws_3_s_13_GOOGLE_ADS_display_keyword_performance_report/2022/10/25/13/39a51fb1-b141-4bd8-8d01-695b569c532d/
Are you using staging? could you try without it?wp
10/27/2022, 2:56 AM