ajamato commented on a change in pull request #15328:
URL: https://github.com/apache/beam/pull/15328#discussion_r695166011
##########
File path: sdks/python/apache_beam/io/gcp/datastore/v1new/datastoreio.py
##########
@@ -26,20 +26,27 @@
import logging
import time
+from google.api_core.exceptions import ClientError
Review comment:
Nothing is needed in the except block. This is needed due to the way
this dep is loaded, its not always available when the module is loaded in some
cases (I am not sure why in detail though, some other devs know the details on
this)
--
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]