You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
(location parameters, reason: invalid): This field: parameters is not a record.
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
The text was updated successfully, but these errors were encountered: