Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Destination BigQuery Denormalized : fails processing array of Datetime values #14058

Closed
DoNotPanicUA opened this issue Jun 23, 2022 · 0 comments · Fixed by #14023
Closed
Assignees
Labels
needs-triage type/bug Something isn't working

Comments

@DoNotPanicUA
Copy link
Contributor

DoNotPanicUA commented Jun 23, 2022

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

  1. Create an array of DateTime values on the source side
  2. Run destination BigQuery Denormalized
  3. 💣
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant