vchunikhin commented on code in PR #22722:
URL: https://github.com/apache/beam/pull/22722#discussion_r951564115


##########
playground/infrastructure/datastore_client.py:
##########
@@ -106,6 +110,35 @@ def save_to_cloud_datastore(self, examples_from_rep: 
List[Example], sdk: Sdk):
                 self._datastore_client.delete_multi(pc_objs_keys_for_removing)
                 logging.info("Finish of deleting extra playground examples 
...")
 
+    def save_catalogs(self):

Review Comment:
   This method is needed in order to load catalogs to the Cloud Datastore. It 
helps to decrease the coupling between python scripts and the router service



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