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

Head commit for run:
7a6bb1e070961fa3ba9174ef6888c7205979cd50 / Jed Cunningham 
<[email protected]>
Fix edge detection iteration

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.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to