amoghrajesh commented on code in PR #47008:
URL: https://github.com/apache/airflow/pull/47008#discussion_r1979696266
##########
task_sdk/src/airflow/sdk/definitions/mappedoperator.py:
##########
@@ -63,13 +63,13 @@
from airflow.models.abstractoperator import (
TaskStateChangeCallback,
)
- from airflow.models.baseoperatorlink import BaseOperatorLink
from airflow.models.expandinput import (
ExpandInput,
OperatorExpandArgument,
OperatorExpandKwargsArgument,
)
from airflow.models.xcom_arg import XComArg
+ from airflow.sdk import BaseOperatorLink
Review Comment:
Nice observation. Made the change
--
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]