ahmedabu98 commented on code in PR #24979:
URL: https://github.com/apache/beam/pull/24979#discussion_r1253295476


##########
sdks/python/apache_beam/io/gcp/bigquery.py:
##########
@@ -1325,7 +1333,8 @@ def __init__(
       ignore_insert_ids=False,
       with_batched_input=False,
       ignore_unknown_columns=False,
-      max_retries=MAX_INSERT_RETRIES):
+      max_retries=MAX_INSERT_RETRIES,
+      max_insert_payload_size=MAX_INSERT_PAYLOAD_SIZE):

Review Comment:
   In case users want to control the batch size of their inserts (e.g. to have 
smaller more frequent batch inserts). I'll add a check that this doesn't exceed 
the true maximum



-- 
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]

Reply via email to