sanromeo commented on issue #39762: URL: https://github.com/apache/airflow/issues/39762#issuecomment-2629388106
@GyuhoonK sorry for late response, I mean, I added `processor_subdir` parameter in `errors.ImportError` We build DAGs using DagFactory and when ImportError happens it took `.yml` files with for DAG configuration which not appropriate to clean ImportErrors in Airflow metadata db. Check this [PR](https://github.com/apache/airflow/pull/35956), maybe it helps to understand better what happens. -- 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]
