jedcunningham commented on code in PR #27849: URL: https://github.com/apache/airflow/pull/27849#discussion_r1031054470
########## 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: This is no longer being imported 👍 -- 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]
