Skip to content

[v3-3-test] UI: Add Run ID filter to the Grid view (#70150) - #70553

Merged
dheerajturaga merged 1 commit into
v3-3-testfrom
backport-5197210-v3-3-test
Jul 27, 2026
Merged

[v3-3-test] UI: Add Run ID filter to the Grid view (#70150)#70553
dheerajturaga merged 1 commit into
v3-3-testfrom
backport-5197210-v3-3-test

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

The Dag Runs list page lets users narrow runs by Run ID, but the Grid
view's filter bar offered no equivalent, forcing users to eyeball run
columns to locate a specific run. Expose the same Run ID search on the
Grid so both surfaces filter consistently.

The pill exposes the same substring/prefix advanced-search toggle used
elsewhere; the Grid query hooks route the value through
useAdvancedSearchArg so the toggle chooses between the substring
run_id_pattern and the index-friendly run_id_prefix_pattern
variant on each request.
(cherry picked from commit 5197210)

Co-authored-by: Dheeraj Turaga dheerajturaga@gmail.com

The Dag Runs list page lets users narrow runs by Run ID, but the Grid
view's filter bar offered no equivalent, forcing users to eyeball run
columns to locate a specific run. Expose the same Run ID search on the
Grid so both surfaces filter consistently.

The pill exposes the same substring/prefix advanced-search toggle used
elsewhere; the Grid query hooks route the value through
``useAdvancedSearchArg`` so the toggle chooses between the substring
``run_id_pattern`` and the index-friendly ``run_id_prefix_pattern``
variant on each request.
(cherry picked from commit 5197210)

Co-authored-by: Dheeraj Turaga <dheerajturaga@gmail.com>
@boring-cyborg boring-cyborg Bot added area:API Airflow's REST/HTTP API area:UI Related to UI/UX. For Frontend Developers. labels Jul 27, 2026
@bbovenzi
bbovenzi marked this pull request as ready for review July 27, 2026 18:20
@dheerajturaga
dheerajturaga merged commit be66192 into v3-3-test Jul 27, 2026
113 of 122 checks passed
@dheerajturaga
dheerajturaga deleted the backport-5197210-v3-3-test branch July 27, 2026 20:52
@github-actions github-actions Bot added this to the Airflow 3.3.1 milestone Jul 27, 2026
@github-actions

Copy link
Copy Markdown
Contributor Author

Hi maintainer, this PR was merged without a milestone set.
We've automatically set the milestone to Airflow 3.3.1 based on: merged to version branch
If this milestone is not correct, please update it to the appropriate milestone.

This comment was generated by Milestone Tag Assistant.

@vatsrahul1001

Copy link
Copy Markdown
Contributor

Moving to 3.4.0 this is more suitable for minor as its a new feature

bbovenzi pushed a commit that referenced this pull request Aug 3, 2026
@vatsrahul1001 vatsrahul1001 removed this from the Airflow 3.4.0 milestone Aug 4, 2026
vatsrahul1001 pushed a commit that referenced this pull request Aug 5, 2026
The Dag Runs list page lets users narrow runs by Run ID, but the Grid
view's filter bar offered no equivalent, forcing users to eyeball run
columns to locate a specific run. Expose the same Run ID search on the
Grid so both surfaces filter consistently.

The pill exposes the same substring/prefix advanced-search toggle used
elsewhere; the Grid query hooks route the value through
``useAdvancedSearchArg`` so the toggle chooses between the substring
``run_id_pattern`` and the index-friendly ``run_id_prefix_pattern``
variant on each request.
(cherry picked from commit 5197210)

Co-authored-by: Dheeraj Turaga <dheerajturaga@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:API Airflow's REST/HTTP API area:UI Related to UI/UX. For Frontend Developers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants