jedcunningham opened a new pull request, #26188:
URL: https://github.com/apache/airflow/pull/26188

   In #26175, edge detection was changed to use iteration instead of recursion, 
however it wasn't keeping track of the parent tasks. This changes the set we 
iterate over to be `(task, {children})` pairs instead of just adding all the 
children tasks to a set.


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