mobuchowski commented on code in PR #45294:
URL: https://github.com/apache/airflow/pull/45294#discussion_r1923976014


##########
airflow/api_fastapi/execution_api/datamodels/taskinstance.py:
##########
@@ -199,3 +203,6 @@ class TIRunContext(BaseModel):
 
     connections: Annotated[list[ConnectionResponse], 
Field(default_factory=list)]
     """Connections that can be accessed by the task instance."""
+
+    start_date: Annotated[UtcDateTime, Field(title="Start Date")]
+    """Start date of the task instance."""

Review Comment:
   Yeah - this is on supervisor though, the start_date is not passed to the 
task runner. I can move it into `StartupDetails` though rather than roundtrip 
through API. Or (non-server) `TIRunContext`



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