Skip to content

Commit

Permalink
change as TaskInstanceHistory
Browse files Browse the repository at this point in the history
Co-authored-by: Kalyan R <kalyan.ben10@live.com>
  • Loading branch information
kandharvishnu and rawwar authored Nov 15, 2024
1 parent cc6dff4 commit 8f534ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/api_fastapi/core_api/datamodels/task_instances.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class TaskDependencyCollectionResponse(BaseModel):


class TaskInstanceHistoryResponse(BaseModel):
"""TaskInstance serializer for responses."""
"""TaskInstanceHistory serializer for responses."""

model_config = ConfigDict(populate_by_name=True)

Expand Down

0 comments on commit 8f534ab

Please sign in to comment.