kaxil commented on code in PR #45627:
URL: https://github.com/apache/airflow/pull/45627#discussion_r1923426308


##########
airflow/api/common/mark_tasks.py:
##########
@@ -33,8 +33,8 @@
 if TYPE_CHECKING:
     from sqlalchemy.orm import Session as SASession
 
-    from airflow.models.dag import DAG
     from airflow.models.operator import Operator
+    from airflow.sdk.defiintion.dag import DAG

Review Comment:
   ```suggestion
       from airflow.sdk.defintion.dag import DAG
   ```



##########
airflow/api/common/mark_tasks.py:
##########
@@ -33,8 +33,8 @@
 if TYPE_CHECKING:
     from sqlalchemy.orm import Session as SASession
 
-    from airflow.models.dag import DAG
     from airflow.models.operator import Operator
+    from airflow.sdk.defiintion.dag import DAG

Review Comment:
   ```suggestion
       from airflow.sdk.definition.dag import DAG
   ```



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