kaxil commented on code in PR #60776:
URL: https://github.com/apache/airflow/pull/60776#discussion_r2705332517
##########
task-sdk/src/airflow/sdk/types.py:
##########
@@ -39,6 +39,39 @@
Operator: TypeAlias = BaseOperator | MappedOperator
+class TaskInstanceKey(NamedTuple):
Review Comment:
> Add this shim layer to compat/sdk.py and have providers consume from that
Why wait, add then shim layer in this PR itself
--
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]