Fix filter in gantt and grid view#55845
Merged
Merged
Conversation
Contributor
|
FYI @dheerajturaga |
kaxil
pushed a commit
that referenced
this pull request
Sep 18, 2025
(cherry picked from commit a69fd9b)
Member
Author
|
Thanks! |
dheerajturaga
added a commit
to dheerajturaga/airflow
that referenced
this pull request
Sep 20, 2025
…#55845 The issue was that the Gantt chart wasn't using the same filters as the Grid view. When you set a DAG run state filter in the Options menu, it would filter the Grid view but not the Gantt chart. Now both views will be synchronized with the same filtering criteria.
jscheffl
pushed a commit
that referenced
this pull request
Sep 20, 2025
* feat(ui): add DAG run state filter to grid view options Add filtering by DAG run state (queued, running, success, failed) to the grid view options panel, following the same pattern as the existing DagRuns.tsx implementation. * Add testsgit add . * Gantt chart filtering issue by applying the same pattern as PR #55845 The issue was that the Gantt chart wasn't using the same filters as the Grid view. When you set a DAG run state filter in the Options menu, it would filter the Grid view but not the Gantt chart. Now both views will be synchronized with the same filtering criteria.
KatalKavya96
pushed a commit
to KatalKavya96/airflow
that referenced
this pull request
Sep 22, 2025
* feat(ui): add DAG run state filter to grid view options Add filtering by DAG run state (queued, running, success, failed) to the grid view options panel, following the same pattern as the existing DagRuns.tsx implementation. * Add testsgit add . * Gantt chart filtering issue by applying the same pattern as PR apache#55845 The issue was that the Gantt chart wasn't using the same filters as the Grid view. When you set a DAG run state filter in the Options menu, it would filter the Grid view but not the Gantt chart. Now both views will be synchronized with the same filtering criteria.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue
closes #55782
Why
The filter added recently is not integrated with gantt view.
How
Right now I’m not implementing the unselect action. I think the filter should only apply to the grid view and gantt view. To implement unselect action could somehow impact the UX, since users probably wouldn’t expect clicking an option to trigger a page change. But I’m happy to discuss this further and open to any idea!
Screen.Recording.2025-09-19.at.12.37.28.AM.mov
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.