andrewsg commented on code in PR #31468:
URL: https://github.com/apache/beam/pull/31468#discussion_r1622764968


##########
sdks/python/apache_beam/io/gcp/gcsio.py:
##########
@@ -37,6 +37,7 @@
 
 from google.cloud import storage
 from google.cloud.exceptions import NotFound
+from google.cloud.storage.fileio import DEFAULT_RETRY

Review Comment:
   Recommend:
   from google.cloud.storage.retry import DEFAULT_RETRY
   
   fileio does have DEFAULT_RETRY but only because it imports it from the 
source, above, so it's not intentionally exporting it.



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