pabloem commented on a change in pull request #15489:
URL: https://github.com/apache/beam/pull/15489#discussion_r705795674
##########
File path: sdks/python/apache_beam/io/gcp/bigquery.py
##########
@@ -1644,6 +1650,7 @@ def __init__(
else:
self.schema = bigquery_tools.get_dict_table_schema(schema)
self.batch_size = batch_size
+ self.batch_duration = batch_duration
Review comment:
Does it make sense to add a check to make sure usewrs are only providing
this argument when it's usable? (and throw ValueError otherwise?)
--
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]