jedcunningham commented on code in PR #27869:
URL: https://github.com/apache/airflow/pull/27869#discussion_r1030905672
##########
airflow/models/__init__.py:
##########
@@ -69,6 +69,7 @@ def import_all_models():
import airflow.models.dataset
import airflow.models.serialized_dag
import airflow.models.tasklog
+ import airflow.www.fab_security.sqla.models
Review Comment:
Yes, I think we can further simplify, and I would prefer to wait until after
as well, but the notes PR needs this change now.
Do you think I should try and do it all now, or just the minimal
simplification?
--
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]