The GitHub Actions job "Tests" on airflow.git/fix-backward-incompatibility has 
failed.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
1d93e4a7e1e8724c70d519741dfd6577033a8251 / Ephraim Anierobi 
<[email protected]>
Restore `deactivate_deleted_dags` signature broken by #63617

The zip import error fix (#63617) changed the public signature of
`DagFileProcessorManager.deactivate_deleted_dags` from
`(bundle_name, present: set[DagFileInfo])` to
`(bundle_name, observed_filelocs: set[str])`, breaking subclass
overrides. Restore the original signature and compute observed
filelocs internally.

Also widen `DagModel.deactivate_deleted_dags` `rel_filelocs` type
from `set[str]` to `Collection[str]` to accept both list and set
callers.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to