The GitHub Actions job "Check newsfragment PR number" on 
airflow.git/fix-none-failed-min-one-success-mapped-task-group has failed.
Run started by GitHub user shahar1 (triggered by shahar1).

Head commit for run:
71611bae51ef95e0e77f97901bdae6ae79084148 / Shahar Epstein 
<[email protected]>
Stop skipping none_failed_min_one_success tasks in mapped task groups

A task with the none_failed_min_one_success trigger rule inside a
dynamically mapped task group was evaluated on its not-yet-expanded
summary task instance (map_index -1). At that point its upstream had
already expanded to map indexes 0..n, so the summary evaluation found no
relevant upstream successes and skipped the task before it could expand.

Extend the "fast-triggered" set that gets broad depend-on-all-upstreams
treatment on the unexpanded summary ti to include this rule, alongside
the one_success/one_failed/one_done rules already handled there, so the
task waits for its upstream and expands instead of skipping.

closes: #39801

Report URL: https://github.com/apache/airflow/actions/runs/28706424856

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to