ashb commented on code in PR #44899:
URL: https://github.com/apache/airflow/pull/44899#discussion_r1886658911
##########
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:
Can this ever actually be None?
--
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]