dzhigimont opened a new pull request, #32701: URL: https://github.com/apache/airflow/pull/32701
#### Description: The TriggerRule.ONE_FAILED inside the mapped task group was working incorrectly due to a task with that trigger rule can be not expanded yet so related map_idex for the upstream task inside the task group was calculated incorrectly and the task was marked as skipped due to the upstream task was determined as all success even if there was a fail. So I've added additional check to insure that task is expanded before find appropriate index in upstream dynamic tasks #### Relates: https://github.com/apache/airflow/issues/30333 -- 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]
