Skip to content

Python SDK BigQuery schemaUpdateOptions #21141

Open
@damccorm

Description

@damccorm

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

 

Is this something which should be resolved? Perhaps add the schemaUpdateOptions to

class BigQueryDisposition(object):
 and expose a kwarg to pass them in? 

Imported from Jira BEAM-12994. Original Jira may contain additional context.
Reported by: judah.rand.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions