tkaymak 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_r319972987
##########
File path: airflow/contrib/operators/gcs_download_operator.py
##########
@@ -32,6 +32,10 @@
class GoogleCloudStorageDownloadOperator(BaseOperator):
"""
Downloads a file from Google Cloud Storage.
+ When no filename is supplied, the operator loads the file into memory and
returns its
Review comment:
@ashb Thank you for your comment, I've changed the behaviour, updated the
docstring and included the info into the UPDATING.md
----------------------------------------------------------------
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