The GitHub Actions job "Tests" on airflow.git/main has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: cec8ba68f19cb21293979a6f042909d5ccbaac11 / Nathan Hadfield <[email protected]> Fix deferrable sensors not respecting soft_fail on timeout (#61132) When a deferrable sensor with soft_fail=True times out, the task fails with AirflowSensorTimeout instead of being marked as SKIPPED. This is a regression from Airflow 2.x behavior. The issue was in resume_execution() where TaskDeferralTimeout was converted to AirflowSensorTimeout before checking soft_fail. This fix uses nested exception handling to check soft_fail and never_fail before the conversion, ensuring timeouts are properly skipped. closes: #61130 Co-Authored-By: Claude Sonnet 4.5 <[email protected]> Report URL: https://github.com/apache/airflow/actions/runs/21655662988 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
