-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Sync failure between Shopify and BigQuery (Denormalized) #8420
Comments
Check logging in bigquery, additional error messages are: It seems that properties.value holds a value of 0 which is not parsed to string. |
I think schema for orders (not only I guess) needs to be updated - probably will submit a PR |
to fully understand the issue we should sync all streams to bq denormalized and debug the problems |
I did this before creating this issue and errors are these: _airbyte_tmp_bla_abandoned_checkouts table: _airbyte_tmp_nxy_metafields table |
@jgrinaveckis sorry this was a comment for the eng working on it 😅 didn't mean to say you should be doing this. But thanks for sharing the logs! this is helpful |
There were several issues inside of |
In order to fix the rest of the issues related to the |
Enviroment
Current Behavior
Trying to sync data from Shopify to BigQuery (denormalized tables) and it fails right as it should start writing data to destination (actually failure occurs while reading data).
Error while reading data, error message: JSON table encountered too many errors, giving up. Rows: 1; errors: 1. Please look into the errors[] collection for more details.
Expected Behavior
Data should sync.
Logs
LOG
Steps to Reproduce
Are you willing to submit a PR?
Probably will try to add PR
The text was updated successfully, but these errors were encountered: