Open kgw7401 opened 11 months ago
How are you sending the JSON input, could you share a sample record ? Sample record from my testing which worked fine
{
"device_id": "device_id1223",
"version": "1.1.x",
"device": {
"category": "C11",
"os": "Windows"
},
"parameters": "{\"city\": \"Mountain View\",\"state\": \"CA\",\"zipcode\": 94041}"
}
BQ table -
I am currently trying to load data using the BigQuery Sink Connector. I have defined the schema for the data I want to load into BigQuery, and the schema looks like the following:
The issue I’m facing is that when loading a field with the JSON data type in BigQuery, the field is recognized as a RECORD type, causing the operation to fail. The error message I’m encountering is as follows:
Additionally, the Connector YAML is as follows:
help me with this issue pls