kaxil commented on code in PR #60776:
URL: https://github.com/apache/airflow/pull/60776#discussion_r2705334385
##########
task-sdk/src/airflow/sdk/bases/operatorlink.py:
##########
@@ -23,8 +23,8 @@
import attrs
if TYPE_CHECKING:
- from airflow.models.taskinstancekey import TaskInstanceKey
from airflow.sdk import BaseOperator
+ from airflow.sdk.types import TaskInstanceKey
Review Comment:
Is this ever used here or in Provider in Runtime? Do we need the actual
class or just a protocol?
--
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]