prodriguezdefino commented on code in PR #17550: URL: https://github.com/apache/beam/pull/17550#discussion_r868558193
########## sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryOptions.java: ########## @@ -93,7 +93,10 @@ void setUseStorageWriteApiAtLeastOnce(Boolean value); @Description( - "If set, then BigQueryIO.Write will default to using this number of Storage Write API streams.") + "If set, then BigQueryIO.Write will default to using this number of Storage Write API streams. " + + "The number of streams indicated will be allocated at a per worker and destination basis, " + + "a high number can cause a large pipeline to go over the BigQuery connection quota quickly. " + + "With low-mid volume pipelines using the default configuration should be enough.") @Default.Integer(0) Review Comment: done -- 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]
