ibzib commented on a change in pull request #15375:
URL: https://github.com/apache/beam/pull/15375#discussion_r695053884



##########
File path: 
sdks/java/extensions/ml/src/test/java/org/apache/beam/sdk/extensions/ml/RecommendationAICatalogItemIT.java
##########
@@ -92,6 +95,15 @@ public void importCatalogItems() {
     testPipeline.run().waitUntilFinish();
   }
 
+  @AfterClass
+  public static void tearDownAfterClass() throws Exception {
+    try (CatalogServiceClient catalogServiceClient = 
CatalogServiceClient.create()) {
+      catalogServiceClient.deleteCatalogItem(
+          
"projects/matthias-sandbox/locations/global/catalogs/default_catalog/catalogItems/"

Review comment:
       This should be the project ID from pipeline options, not 
`matthias-sandbox`.




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