uranusjr commented on code in PR #54941: URL: https://github.com/apache/airflow/pull/54941#discussion_r2446724252
########## airflow-core/src/airflow/api/common/mark_tasks.py: ########## @@ -26,9 +26,9 @@ from sqlalchemy.orm import lazyload from airflow.models.dagrun import DagRun -from airflow.models.taskinstance import TaskInstance +from airflow.models.taskinstance import DagRunState, TaskInstance, TaskInstanceState Review Comment: Should DagRunState be in airflow.models.dagrun instead…? That would be my first instinct. -- 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]
