turbaszek commented on a change in pull request #7743: [AIRFLOW-7075] Operators 
for storing information from GCS into GA
URL: https://github.com/apache/airflow/pull/7743#discussion_r399164880
 
 

 ##########
 File path: airflow/providers/google/cloud/hooks/gcs.py
 ##########
 @@ -185,6 +185,10 @@ def download(self, bucket_name, object_name, 
filename=None):
         :param filename: If set, a local file path where the file should be 
written to.
         :type filename: str
         """
+
+        # TODO: future improvement check file size before downloading,
 
 Review comment:
   Let's wait for some process. FYI always before workshops, I check TODOs in 
code to find issues :)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to