ephraimbuddy opened a new pull request, #64245:
URL: https://github.com/apache/airflow/pull/64245

   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.
   
    


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to