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_r320650528
 
 

 ##########
 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
 
 Review comment:
   ```suggestion
   
       If a filename is supplied, it writes the file to the specified location, 
alternatively one can
   ```
   
   Need a blank line between the "summary" and body of the doc.

----------------------------------------------------------------
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

Reply via email to