The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
d87db9c03cf6673c8a749c315e2ee532505bfcd0 / Ephraim Anierobi 
<[email protected]>
Fix MappedTaskGroup tasks not respecting upstream dependency

When a MappedTaskGroup has upstream dependencies, the tasks in the group don't 
wait for the upstream tasks
before they start running, this causes the tasks to fail.
>From my investigation, the tasks inside the MappedTaskGroup don't have 
>upstream tasks while the
MappedTaskGroup has the upstream tasks properly set. Due to this, the task's 
dependencies are met even though the Group has
upstreams that haven't finished.
The Fix was to subclass MappedTaskGroup.add and set upstream in the method 
before adding the task
to the TaskGroup.
While this solved it, I'm still looking for an alternative solution as it's 
difficult to test it here
Closes: https://github.com/apache/airflow/issues/33446

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

With regards,
GitHub Actions via GitBox


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

Reply via email to