ashb commented on code in PR #45627:
URL: https://github.com/apache/airflow/pull/45627#discussion_r1923434092
##########
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:
Oh, most of the properties this needs don't exist on SDK 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]