-
Notifications
You must be signed in to change notification settings - Fork 4.5k
🐛 Destination BigQuery-Denormalized: cannot format root of NULL with nested objects #8665
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
Labels
area/connectors
Connector related issues
connectors/destination/bigquery-denormalized
connectors/destinations-warehouse
type/bug
Something isn't working
Comments
Also, adding the sample of the expected data from
|
The root cause of this issue is not about root of NULL containing nested object itself it's about containing nested date-time field |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/connectors
Connector related issues
connectors/destination/bigquery-denormalized
connectors/destinations-warehouse
type/bug
Something isn't working
Current Behavior
root
node ==null
and thejson schema
of the stream contains nested objects as expected by the destination, but data is not present - the destination fails with the error. (see the logs attached).Expected Behavior
Possible solution
In theory we should check for the root object is not empty first, if so - drill down formatting nested data, otherwise - set the null.
Logs
logs-57-0.txt
Steps to Reproduce
source-shopify
from this PRdraft_orders
,products
streams.The text was updated successfully, but these errors were encountered: