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


##########
sdks/java/io/google-cloud-platform/build.gradle:
##########
@@ -252,6 +253,37 @@ task integrationTestKms(type: Test) {
   }
 }
 
+/*
+  Integration tests for BigQueryIO against managed Apache Iceberg tables. Kept 
out of the
+  generic integrationTest task because they need a provisioned CLOUD_RESOURCE 
connection;
+  override the apache-beam-testing defaults with -PgcpProject, 
-PbqImtConnection and
+  -PbqImtStorageUri.
+ */
+task bigQueryManagedIcebergIntegrationTest(type: Test, dependsOn: 
processTestResources) {

Review Comment:
   I don't think our CI/CD is running this yet. Can you add a `dependsOn 
bigQueryManagedIcebergIntegrationTest` line to the `postCommit` task at the end 
of this file?



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