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

Head commit for run:
22ba59c5f26d1e6fa2ce59e99304628b2f0a0fd9 / Ash Berlin-Taylor <[email protected]>
Fix TaskInstance actions with upstream/downstream (#23153)

* Fix Clear+upstream/downstream

When we added clearing individual mapped tasks, we unfortunately broke
the up/down stream feature

This was because when passing task_id/task_id+map_index down that
limited it to _just_ that task_id.

So we need to change it to also support the up/downstream we need to add
those tasks to the list we pass on, meaning that we have to support
task_id and (task_id,map_index) tuples in the same `task_id` list.

* Fix Mark Success/Failure

Similar problems as clear.

Note we changed the eager loading of DagRun (which is also the default)
in to an explicit lazy load to avoid a needless join on to DR for this
function.

Co-authored-by: Tzu-ping Chung <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to