uranusjr commented on code in PR #50825:
URL: https://github.com/apache/airflow/pull/50825#discussion_r2106382405


##########
task-sdk/src/airflow/sdk/types.py:
##########
@@ -55,6 +55,7 @@ class RuntimeTaskInstanceProtocol(Protocol):
     """Minimal interface for a task instance available during the execution."""
 
     id: uuid.UUID
+    dag_version_id: uuid.UUID

Review Comment:
   Where do we need this?



-- 
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]

Reply via email to