ashb opened a new pull request, #22741:
URL: https://github.com/apache/airflow/pull/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.
   
   Fixes https://github.com/apache/airflow/issues/22731


-- 
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]

Reply via email to