hussein-awala opened a new pull request, #29772:
URL: https://github.com/apache/airflow/pull/29772

   closes: #16142
   
   ---
   In this PR, I add a new parameter `delete_local_copy` for `S3TaskHandler`, 
`GCSTaskHandler` and `OSSTaskHandler` (`WasbTaskHandler` already has it), to 
support deleting the local copy of logs after uploading it to remote logging 
location.
   
   To avoid adding unnecessary extra dependency between these providers and the 
Airflow core, I didn't create a new Airflow config as discussed in the issue, 
so users can still upgrade providers versions and use this feature without the 
need to upgrade the Airflow version.


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