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_r320648900
##########
File path: UPDATING.md
##########
@@ -687,6 +687,10 @@ Dataflow job labeling is now supported in
Dataflow{Java,Python}Operator with a d
"airflow-version" label, please upgrade your google-cloud-dataflow or
apache-beam version
to 2.2.0 or greater.
+### Google Cloud Storage Hook
+
+The `GoogleCloudStorageDownloadOperator` can either write to a supplied
`filename` or return the content of a file via xcom through `store_to_xcom_key`
both options are mutually exclusive.
Review comment:
```suggestion
The `GoogleCloudStorageDownloadOperator` can either write to a supplied
`filename` or return the content of a file via xcom through `store_to_xcom_key`
- both options are mutually exclusive.
```
----------------------------------------------------------------
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