kaxil commented on code in PR #47635:
URL: https://github.com/apache/airflow/pull/47635#discussion_r1989686179
##########
airflow/models/baseoperator.py:
##########
@@ -87,7 +87,7 @@
from airflow.models.dag import DAG as SchedulerDAG
from airflow.models.operator import Operator
from airflow.sdk import BaseOperatorLink
- from airflow.sdk.definitions.node import DAGNode
+ from airflow.sdk.definitions._internal.node import DAGNode
Review Comment:
This is just fixing the import
--
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]