Aaryan123456679 opened a new pull request, #70795: URL: https://github.com/apache/airflow/pull/70795
When a Dag run times out while a mapped task is still expanding, the scheduler marked its unfinished mapped task instances SKIPPED. Because SKIPPED does not count as a failure, the mapped task itself could still be reported as successful even though the Dag run that owned it timed out, misleading users about whether the run actually completed its work. Mark these task instances FAILED instead, so a timed-out Dag run is reflected consistently in the state of the tasks it left unfinished. closes: #37332 -- 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]
