michalslowikowski00 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_r396947436
##########
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:
wdyt about creating ticket in github ticket with label `gcs todo` or
`technical debt` and store there such `todos`. I am afraid it can be missed in
the future.
----------------------------------------------------------------
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