liferoad commented on code in PR #28592:
URL: https://github.com/apache/beam/pull/28592#discussion_r1333565224


##########
sdks/python/apache_beam/io/gcp/bigquery.py:
##########
@@ -2018,6 +2019,8 @@ def __init__(
         determined number of shards to write to BigQuery. This can be used for
         all of FILE_LOADS, STREAMING_INSERTS, and STORAGE_WRITE_API. Only
         applicable to unbounded input.
+      num_storage_api_streams: If set, the Storage API sink will default to
+        using this number of write streams. Only applicable to unbounded data.

Review Comment:
   num_storage_api_streams: specifies the number of write streams that the 
Storage API sink will use. This parameter is only applicable to unbounded data.



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