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

Head commit for run:
b7969d4a404f8b441efda39ce5c2ade3e8e109dc / Jed Cunningham 
<[email protected]>
Fix edge detection iteration (#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 themselves.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to