ashb commented on a change in pull request #5685: [AIRFLOW-5072] gcs_hook's
download() method should download only once
URL: https://github.com/apache/airflow/pull/5685#discussion_r320650902
##########
File path: airflow/contrib/hooks/gcs_hook.py
##########
@@ -159,7 +159,11 @@ def rewrite(self, source_bucket, source_object,
destination_bucket,
def download(self, bucket_name, object_name, filename=None):
"""
- Get a file from Google Cloud Storage.
+ Downloads a file from Google Cloud Storage.
Review comment:
```suggestion
Downloads a file from Google Cloud Storage.
```
----------------------------------------------------------------
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