AydarZaynutdinov commented on a change in pull request #16486:
URL: https://github.com/apache/beam/pull/16486#discussion_r783028451



##########
File path: playground/infrastructure/cd_helper.py
##########
@@ -26,8 +26,10 @@
 from pathlib import Path
 from typing import List
 
+import tqdm

Review comment:
       Done.

##########
File path: playground/infrastructure/cd_helper.py
##########
@@ -82,11 +89,14 @@ def _save_to_cloud_storage(self, examples: List[Example]):
     """
     self._storage_client = storage.Client()
     self._bucket = self._storage_client.bucket(Config.BUCKET_NAME)
+    pbar = tqdm(total=len(examples))
     for example in examples:

Review comment:
       Done.




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