🐛 Destination BigQuery : normalization incorrectly processes arrays #13154
Labels
connectors/destination/bigquery
needs-triage
normalization
team/connectors-python
type/bug
Something isn't working
Current Behavior
The normalization surrounds all incoming values by brackets
"
and then fails or stores it as surrounded text.JSON schema: data_type_array_test_catalog.txt
Test data: data_type_array_test_messages.txt
Date fail example:
The result column contains a normalization error instead of data. The root cause of the error is that value is surrounded by brackets.
Text example:
The value is double surrounded by brackets which leads to an error when you read this data.
The text was updated successfully, but these errors were encountered: