liferoad commented on code in PR #24979:
URL: https://github.com/apache/beam/pull/24979#discussion_r1253276340
##########
sdks/python/apache_beam/io/gcp/bigquery.py:
##########
@@ -1414,6 +1424,7 @@ def __init__(
BigQueryWriteFn.STREAMING_API_LOGGING_FREQUENCY_SEC)
self.ignore_unknown_columns = ignore_unknown_columns
self._max_retries = max_retries
+ self.max_insert_payload_size = max_insert_payload_size
Review Comment:
self._max_insert_payload_size?
--
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]