amoghrajesh commented on code in PR #59139: URL: https://github.com/apache/airflow/pull/59139#discussion_r2601428496
########## airflow-core/src/airflow/dag_processing/bundles/manager.py: ########## @@ -23,13 +23,13 @@ from pydantic import BaseModel, ValidationError from sqlalchemy import delete, select +from airflow._shared.module_loading import import_string Review Comment: Oh this is the bundle manager. Mistook it for `DagFileProcessorProcess` -- 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]
