liferoad commented on code in PR #28592:
URL: https://github.com/apache/beam/pull/28592#discussion_r1333566175
##########
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:
Shall we check this should be always set now for the unbounded data since it
won't work 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]