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
The method BigQueryUtils.transformJsonDateTimeToBigDataFormat formates values, but in case of array it changes node from array to text node. As a result, processing fails when trying to insert a non-array value into an array column.
In addition, the method fails to extract value from the array and replace it with the current time.
Bonus, Array of objects with at least one DateTime field also fails for other reasons.
Expected Behavior
The value should be formatted as an array.
Steps to Reproduce
Create an array of DateTime values on the source side
Run destination BigQuery Denormalized
💣
The text was updated successfully, but these errors were encountered:
Current Behavior
The method
BigQueryUtils.transformJsonDateTimeToBigDataFormat
formates values, but in case of array it changes node from array to text node. As a result, processing fails when trying to insert a non-array value into an array column.In addition, the method fails to extract value from the array and replace it with the current time.
Bonus, Array of objects with at least one DateTime field also fails for other reasons.
Expected Behavior
The value should be formatted as an array.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: