pierrejeambrun commented on code in PR #43830:
URL: https://github.com/apache/airflow/pull/43830#discussion_r1838274470
##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -3784,7 +3784,98 @@ components:
items:
$ref: "#/components/schemas/TaskInstance"
- $ref: "#/components/schemas/CollectionInfo"
+ TaskInstanceHistory:
+ type: object
+ properties:
+ task_id:
+ type: string
+ task_display_name:
+ type: string
+ description: |
+ Human centric display text for the task.
+
+ *New in version 2.9.0*
+ dag_id:
+ type: string
+ dag_run_id:
+ type: string
+ description: |
+ The DagRun ID for this task instance
+
+ *New in version 2.3.0*
+ execution_date:
+ type: string
+ format: datetime
Review Comment:
I don't think there is an `execution_date` on the
`TaskInstanceHistorySchema`.
--
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]