axelray-dev commented on PR #69834: URL: https://github.com/apache/airflow/pull/69834#issuecomment-4964367767
Thanks for the detailed notes. I agree we should keep the cleanup validation. Once job_dir comes back from the trigger event, that prefix check is basically the only guard before rm -rf. I'll update this PR to: - use `expected_base is None` instead of truthiness - catch cleanup validation errors and warn/leave instead of failing the task - add an operator-level custom `remote_base_dir` cleanup test so the execute_complete path is covered -- 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]
