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
Some of the bad rows schemas contain "polymorphic" fields, e.g. the field value can be an object or a string, depending on the context. This causes problems for querying the badrows in BigQuery, where fields must have a single well-defined type.
The schemas should be simplified so that each field has only one type.
Some of the bad rows schemas contain "polymorphic" fields, e.g. the field value can be an object or a string, depending on the context. This causes problems for querying the badrows in BigQuery, where fields must have a single well-defined type.
The schemas should be simplified so that each field has only one type.
Here is a list of the affected fields:
data.failure.message.error
data.failure.dataReports.targets
data.failure.error.location
data.failure.messages.error
data.failure.messages.error
The text was updated successfully, but these errors were encountered: