The GitHub Actions job "Build Images" on airflow.git has succeeded.
Run started by GitHub user jedcunningham (triggered by jedcunningham).

Head commit for run:
486b54fbd5b2501170176aa0552e1878ea4c3d6a / 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 themselves.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to