mobuchowski commented on code in PR #45294: URL: https://github.com/apache/airflow/pull/45294#discussion_r1940171828
########## 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: Put it into `StartupDetails`. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org