liferoad commented on code in PR #36225:
URL: https://github.com/apache/beam/pull/36225#discussion_r2373861722


##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/providers/BigQueryWriteConfiguration.java:
##########
@@ -197,6 +197,14 @@ public static Builder builder() {
   @SchemaFieldDescription("A list of columns to cluster the BigQuery table 
by.")
   public abstract @Nullable List<String> getClusteringFields();
 
+  @SchemaFieldDescription(
+      "Configuration for creating BigLake tables. The following options are 
available: "
+          + "connectionId (REQUIRED): the name of your cloud resource 
connection, "
+          + "storageUri (REQUIRED): the path to your GCS folder where data 
will be written to, "
+          + "fileFormat (OPTIONAL): defaults to 'parquet', "
+          + "tableFormat (OPTIONAL): defaults to 'iceberg'.")

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]

Reply via email to