We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
schemaUpdateOptions
I noticed that in the Java SDK schemaUpdateOptions are exposed clearly to the user: https://beam.apache.org/releases/javadoc/2.32.0/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.Write.html
Whereas, in the Python SDK this option seems to only be able to be passed through additional_bq_paramaters.
additional_bq_paramaters
Is this something which should be resolved? Perhaps add the schemaUpdateOptions to
beam/sdks/python/apache_beam/io/gcp/bigquery.py
Line 437 in b9457b7
kwarg
Imported from Jira BEAM-12994. Original Jira may contain additional context. Reported by: judah.rand.
The text was updated successfully, but these errors were encountered:
.take-issue
Sorry, something went wrong.
can I pick it ?
waltage
No branches or pull requests
I noticed that in the Java SDK
schemaUpdateOptions
are exposed clearly to the user: https://beam.apache.org/releases/javadoc/2.32.0/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.Write.htmlWhereas, in the Python SDK this option seems to only be able to be passed through
additional_bq_paramaters
.Is this something which should be resolved? Perhaps add the
schemaUpdateOptions
tobeam/sdks/python/apache_beam/io/gcp/bigquery.py
Line 437 in b9457b7
kwarg
to pass them in?Imported from Jira BEAM-12994. Original Jira may contain additional context.
Reported by: judah.rand.
The text was updated successfully, but these errors were encountered: