robertwb commented on code in PR #31823:
URL: https://github.com/apache/beam/pull/31823#discussion_r1672749723
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/StorageApiWriteUnshardedRecords.java:
##########
@@ -1089,6 +1098,8 @@ public void process(
initializedDatasetService,
initializedWriteStreamService,
pipelineOptions.as(BigQueryOptions.class)));
+ Lineage.getSinks()
Review Comment:
Ah, yes, this is a very good point. I'm taking BQ options as an option to
this helper as well to ensure we have it everywhere. Thanks for catching this.
--
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]