lalitx17 opened a new pull request, #39078:
URL: https://github.com/apache/beam/pull/39078
Added a first-class `schema_update_options` argument to Python
`WriteToBigQuery` for file-load writes.
New behavior:
```python
WriteToBigQuery(
table="project:dataset.table",
method=WriteToBigQuery.Method.FILE_LOADS,
schema_update_options=[
BigQuerySchemaUpdateOption.ALLOW_FIELD_ADDITION
])
```
addresses #21141
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]