jscheffl commented on code in PR #55898:
URL: https://github.com/apache/airflow/pull/55898#discussion_r2364550823
##########
airflow-core/src/airflow/api_fastapi/core_api/datamodels/ui/common.py:
##########
@@ -77,7 +77,7 @@ class GridRunsResponse(BaseModel):
start_date: datetime | None
end_date: datetime | None
run_after: datetime
- state: TaskInstanceState | None
+ state: DagRunState | None
Review Comment:
Uuups, good catch!
Important fix but... @bbovenzi / @pierrejeambrun this change is a bit of a
breaking change. Must be prioritize this change for 3.1 release?
--
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]