claudevdm commented on code in PR #39078:
URL: https://github.com/apache/beam/pull/39078#discussion_r3544272258
##########
sdks/python/apache_beam/io/gcp/bigquery.py:
##########
@@ -2222,6 +2266,7 @@ def __init__(
self._temp_file_format = temp_file_format or bigquery_tools.FileFormat.JSON
self.additional_bq_parameters = additional_bq_parameters or {}
+ self.schema_update_options = schema_update_options
Review Comment:
Can we validate that the correct type is passed in?
--
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]