kaxil commented on code in PR #45294:
URL: https://github.com/apache/airflow/pull/45294#discussion_r1922049056
##########
airflow/api_fastapi/execution_api/datamodels/taskinstance.py:
##########
@@ -165,6 +165,7 @@ class TaskInstance(BaseModel):
try_number: int
map_index: int = -1
hostname: str | None = None
+ start_date: UtcDateTime
Review Comment:
You can get that from, the TaskInstance won't have that field and can't be
mandatory.
https://github.com/apache/airflow/blob/ee785a89ba27a59246cdfcc0d83129b691a39f3e/airflow/api_fastapi/execution_api/datamodels/taskinstance.py#L36-L51
--
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]