tirkarthi commented on issue #30863: URL: https://github.com/apache/airflow/issues/30863#issuecomment-1522131009
You are using WasbTaskHandler that needs `delete_local_copy` to be passed. You need to either update WASB_REMOTE_HANDLERS with this or pass `delete_local_copy` through REMOTE_TASK_HANDLER_KWARGS https://github.com/apache/airflow/blob/cb842dd8aa8749b4d0a474c6e2fda11505d9ba99/airflow/providers/microsoft/azure/log/wasb_task_handler.py#L30-L44 This was changed in below commit to retrieve value from configuration commit b6392ae5fd466fa06ca92c061a0f93272e27a26b Author: Hussein Awala <[email protected]> Date: Tue Mar 7 17:30:56 2023 +0100 -- 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]
