emilymye commented on a change in pull request #15330:
URL: https://github.com/apache/beam/pull/15330#discussion_r690569569
##########
File path: sdks/python/apache_beam/ml/gcp/recommendations_ai_test_it.py
##########
@@ -40,6 +40,16 @@
GCP_TEST_PROJECT = 'apache-beam-testing'
+CATALOG_ITEM = {
+ "id": str(int(random.randrange(100000))),
Review comment:
I'm ok with merging as is though since it's blocking the postcommit
right now.
--
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]