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

Head commit for run:
34154803ac73d62d3e969e480405df3073032622 / Ash Berlin-Taylor <[email protected]>
Show tasks in grid view based on topological sort. (#22741)

This takes the existing topological sort that existed on a DAG and moves
it down to TaskGroup.

In order to do this (and not have duplicated sort) the existing sort on
DAG is re-implemented on top of the new method.

This also surfaced a tiny bug in deserialize_task_group where the
SerializedTaskGroup did not have `dag` set -- it didn't cause any
problems until now but was needed to call `upstream_list` on a
SerializedTaskGroup object.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to