neochaotic commented on issue #67883:
URL: https://github.com/apache/airflow/issues/67883#issuecomment-4598246492

   After further investigation, this bug appears to have been fixed on `main` by
   [PR #67212](https://github.com/apache/airflow/pull/67212) (`Improve query
   validation, including for streaming`, merged 2026-05-20), which adds a
   `queryClient.getQueryCache().subscribe(...)` watcher in
   `useGridTISummaries.ts` that re-streams the grid whenever any
   grid-related query key is invalidated.
   
   That PR carries the `backport-to-v3-2-test` label and was milestoned for
   3.2.2, but the 3.2.2 release was tagged on 2026-05-26 without it, so the
   fix is currently only on `main`.
   
   Confirmed by checking out `main` HEAD locally and running through the same
   repro — the header state badge updates immediately after the mark-as
   action, no hard refresh needed. On `apache/airflow:3.2.2` (the standalone
   image) the bug still reproduces every time.
   
   Could a maintainer trigger the backport of #67212 to `v3-2-test` so the
   fix lands in the next 3.2.x release? Happy to help open the cherry-pick PR
   if useful.
   


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