uranusjr commented on pull request #19121: URL: https://github.com/apache/airflow/pull/19121#issuecomment-953539460
Just a wild guess, maybe it's caused by circular imports? We moved the import in ` airflow/models/dagbag.py` from function-local to global. It is uncommon for a module in `models` to import things in `www` (it should be the other way around) and that could potentially trigger some module loading issues in edge cases since `airflow/models/__init__.py` imports a lot of things, including `DagBag`. -- 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]
