ayberk commented on code in PR #21879:
URL: https://github.com/apache/beam/pull/21879#discussion_r898438085


##########
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:
   I'd create an enum to represent this and pass the default one we have 
(STATS) explicitly.



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