kkulczak commented on code in PR #48107:
URL: https://github.com/apache/airflow/pull/48107#discussion_r2023232006


##########
providers/google/src/airflow/providers/google/cloud/hooks/gcs.py:
##########
@@ -726,6 +726,14 @@ def delete(self, bucket_name: str, object_name: str) -> 
None:
 
         self.log.info("Blob %s deleted.", object_name)
 
+    def get_bucket(self, bucket_name: str) -> storage.Bucket:

Review Comment:
   My PR resolves extremely important feature from SFTPToGCSOperator.
   Currently you cannot copy big files (10GB for example)
   Initially I wanted to use native client methods without modifying `gcs.py`, 
@potiuk asked me to use abstracted hook.
   
   My focus is to improve SFTPToGCS. I don't have time to perform refactor of 
`gcs.py` file, as I'm already involved in next project



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to