-
Notifications
You must be signed in to change notification settings - Fork 513
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
Regression on BigQuery load on scio 0.14.12 #5607
Comments
cc @clairemcginty I suppose it's a side effect of #5598. |
thanks for reporting ! reproduced it here. looking into a fix |
Is it fixed by #5611? |
0.14.13 is released -- let me know if you have any further issues! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Loading in BigQuery with
saveAsTypedBigQueryTable
(method = STORAGE_WRITE_API
) with scio 0.14.11 (or on branchfix-typed-bq-avro
from #5529) works just fine.However after an upgrade to 0.14.12 every entity goes to failed inserts, which can be observed using
tap.output(BigQueryIO.FailedStorageApiInserts)
:(anonymized data)
It looks like either the
TableRow
or the JSON column is sent to BigQuery as itstoString
, not its JSON serialization.This data has a JSON property, I did not test without.
The text was updated successfully, but these errors were encountered: