potiuk commented on code in PR #30302:
URL: https://github.com/apache/airflow/pull/30302#discussion_r1161690116
##########
airflow/models/__init__.py:
##########
@@ -59,7 +59,6 @@ def import_all_models():
for name in __lazy_imports:
__getattr__(name)
- import airflow.jobs.base_job
Review Comment:
Yeah. Good catch. needed for migration I think. We needed to register
BaseJob for Polymorphic properties - but it was different place/case and
already removed.
--
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]