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

Head commit for run:
dc113d2132f6c86214d28223c8fa02b304e2c500 / Tzu-ping Chung <[email protected]>
Improve DAG ORM cleanup code

I identified when reviewing #30608 that the _refresh_dag_dir() function
can use some cleanup, mainly to use a set instead of list to speed up
lookup. To maintain backward comaptibility in typ hints, the called
functions are changed to use the Collection generic instead of the very
narrow list type.

This somehow triggers a bunch of (legistimate) Mypy errors not emitted
previously, mostly around mixing the os.PathLike generic and the
pathlib.Path concrete type. I fixed those as well.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to