reuvenlax commented on a change in pull request #11767:
URL: https://github.com/apache/beam/pull/11767#discussion_r597278601
##########
File path:
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryOptions.java
##########
@@ -78,4 +78,23 @@
Integer getBqStreamingApiLoggingFrequencySec();
void setBqStreamingApiLoggingFrequencySec(Integer value);
+
+ @Description("If set, then BigQueryIO.Write will default to using the
Storage Write API.")
+ @Default.Boolean(false)
+ Boolean getUseStorageWriteApi();
Review comment:
I'd rather not in this PR, though we can look at it in a followup
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]