kaxil commented on code in PR #44899:
URL: https://github.com/apache/airflow/pull/44899#discussion_r1886893484


##########
task_sdk/src/airflow/sdk/execution_time/comms.py:
##########
@@ -70,6 +71,7 @@ class StartupDetails(BaseModel):
 
     Responses will come back on stdin
     """
+    ti_context: TIRunContext | None = None

Review Comment:
   Nope, only in tests. Will change it to reflect the reality -- was convenient 
for tests



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