andreigurau commented on code in PR #26384:
URL: https://github.com/apache/beam/pull/26384#discussion_r1179232138
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/providers/BigQueryDirectReadSchemaTransformProvider.java:
##########
@@ -123,15 +124,22 @@ public static Builder builder() {
.Builder();
}
+ @SchemaFieldDescription("The SQL query to be executed to read from the
BigQuery table.")
@Nullable
public abstract String getQuery();
+ @SchemaFieldDescription(
+ "The BigQuery table to read from. Format:
[${PROJECT}:]${DATASET}.${TABLE}")
@Nullable
public abstract String getTableSpec();
+ @SchemaFieldDescription(
+ "The Google standard SQL expression to read only the rows matched from
the specified filter. If no value is specified, then all rows are returned.")
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]