nothingmin opened a new pull request, #55504:
URL: https://github.com/apache/airflow/pull/55504
### Problem
Grid UI was not updating after clearing or patching task instances when
using the `include_future` or `include_past` options.(#55267 )
### Solution
- Fixed cache invalidation logic to properly refresh all affected DAG runs,
not just the current run.
- Considered precise invalidation based on past/future options, but this
required overly complex predicate logic.
- Opted for a simpler approach: invalidate all DAG Grid data whenever
multiple runs are affected.
### Related Issues
Fixes #55267
--
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]