ashb commented on code in PR #27849:
URL: https://github.com/apache/airflow/pull/27849#discussion_r1030254487


##########
airflow/models/dagrun.py:
##########
@@ -66,6 +68,7 @@
 from airflow.utils.sqlalchemy import UtcDateTime, nulls_first, skip_locked, 
tuple_in_condition, with_row_locks
 from airflow.utils.state import DagRunState, State, TaskInstanceState
 from airflow.utils.types import NOTSET, ArgNotSet, DagRunType
+from airflow.www.fab_security.sqla.models import User

Review Comment:
   Hmmmm, not thrilled about having to import this here in our models (just for 
import speed reasons)
   
   Let me have a play and see what I can do.



-- 
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]

Reply via email to