turbaszek commented on pull request #14191:
URL: https://github.com/apache/airflow/pull/14191#issuecomment-779935600


   @Scuall1992 the idea is to have operator similar to 
`GoogleDriveToLocalOperator` which instead of downloading file to local file 
system will transfer this file to Google Cloud Storage. It should do something 
similar to this in `execcute`:
   ```py
   with gdrive_hook.provide_file_and_upload(...) as file:
       gdrive_hook.download_file(file_handle=file, ...)
   ```
   Both of those methods are already implemented 👌 


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


Reply via email to