prodriguezdefino commented on code in PR #21879:
URL: https://github.com/apache/beam/pull/21879#discussion_r898481245
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServices.java:
##########
@@ -111,6 +111,9 @@ JobStatistics dryRunQuery(
/** An interface to get, create and delete Cloud BigQuery datasets and
tables. */
public interface DatasetService extends AutoCloseable {
+
+ static String TABLE_METADATA_BASIC_VIEW = "BASIC";
Review Comment:
ok, created the enum and added the STORAGE_STATS to the default request.
Kept the null check because the enum params still can be nullable.
--
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]