rawwar commented on code in PR #43675:
URL: https://github.com/apache/airflow/pull/43675#discussion_r1843625993


##########
airflow/api_fastapi/core_api/datamodels/task_instances.py:
##########
@@ -83,3 +83,39 @@ class TaskDependencyCollectionResponse(BaseModel):
     """Task scheduling dependencies collection serializer for responses."""
 
     dependencies: list[TaskDependencyResponse]
+
+
+class TaskInstanceHistoryResponse(BaseModel):
+    """TaskInstance serializer for responses."""

Review Comment:
   ```suggestion
       """TaskInstanceHistory serializer for responses."""
   ```



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