kaxil commented on code in PR #60776:
URL: https://github.com/apache/airflow/pull/60776#discussion_r2705361833
##########
task-sdk/src/airflow/sdk/types.py:
##########
@@ -39,6 +39,39 @@
Operator: TypeAlias = BaseOperator | MappedOperator
+class TaskInstanceKey(NamedTuple):
Review Comment:
Not providers, just in common.compat part
##########
task-sdk/src/airflow/sdk/types.py:
##########
@@ -39,6 +39,39 @@
Operator: TypeAlias = BaseOperator | MappedOperator
+class TaskInstanceKey(NamedTuple):
Review Comment:
Not all providers, just in `common.compat` part
--
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]