Add Dag ID filtering to Assets search - #70971
Draft
shivaam wants to merge 2 commits into
Draft
Conversation
Large Asset catalogs need a direct way to find the Assets related to a specific Dag while preserving shareable URL state.
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.
Large Asset catalogs need a direct way to find the Assets related to a specific Dag. This adds an exact-match Dag ID filter to Search Assets using the existing UI Assets API support.
The filter:
dagIdsquery parameter;This is a focused part of the broader Assets-filter work in
related: #53052; it does not close the issue or add the other proposed filters.UI demonstration
issue-53052-assets-dag-filter-demo-2026-08-02.mp4
The real local Airflow UI was validated with stable producer/consumer example data: 37 total Assets filtered to the 3 Assets related to
asset_consumes_1_and_2, with reload persistence and Reset restoring the complete list.Validation
corepack pnpm@10 exec vitest run src/components/FilterBar/FilterBar.test.tsx src/pages/AssetsList/AssetsList.test.tsx— 5 tests passedtsc --noEmit) passedprek run --from-ref upstream/main --stage pre-commitpassedprek run --from-ref upstream/main --stage manualpassed, including production and development UI buildsWas generative AI tooling used to co-author this PR?
Generated-by: OpenAI Codex (GPT-5.6) following the guidelines
Drafted-by: OpenAI Codex (GPT-5.6) (no human review before posting)