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_r320650675
##########
File path: airflow/contrib/operators/gcs_download_operator.py
##########
@@ -33,6 +33,9 @@
class GoogleCloudStorageDownloadOperator(BaseOperator):
"""
Downloads a file from Google Cloud Storage.
+ If a filename is supplied, it writes the file to the specified location,
alternatively one can
+ set the store_to_xcom_key parameter to push the file content into xcom.
When the file size
Review comment:
```suggestion
set the ``store_to_xcom_key`` parameter to True push the file content
into xcom. When the file size
```
----------------------------------------------------------------
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