jscheffl commented on code in PR #55898:
URL: https://github.com/apache/airflow/pull/55898#discussion_r2365568896


##########
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:
   @kaxil FYI might be we need to cherry-pick this line as "interface bug fix) 
(without the other feature but no harm to add it late) to 3.1.0 as the wrong 
type is on the public API



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