ahmedabu98 commented on code in PR #31486:
URL: https://github.com/apache/beam/pull/31486#discussion_r1833557863


##########
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/providers/BigQueryManagedIT.java:
##########
@@ -121,6 +153,8 @@ public void testStreamingStorageWriteRead() {
     // streaming write
     PCollectionRowTuple.of("input", getInput(writePipeline, true))
         .apply(Managed.write(Managed.BIGQUERY).withConfig(config));
+    assertPipelineContainsTransformIdentifier(
+        writePipeline, new 
BigQueryStorageWriteApiSchemaTransformProvider().identifier());

Review Comment:
   I tweaked the test to look for the transform name instead. Not as clean as 
looking for a URN, but it does the job



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