Uh oh!
There was an error while loading. Please reload this page.
Add Dag ID pattern search functionality to Dag Runs and Task Instances - #55691
Merged
Conversation
dheerajturaga
requested review from
bbovenzi, bugraoz93, ephraimbuddy, jason810496, jscheffl, pierrejeambrun, rawwar, ryanahamilton and shubhamraj-git
as code ownersSeptember 15, 2025 17:03
jason810496
left a comment
Member
There was a problem hiding this comment.
Nice! Thanks for the PR!
LGMT overall but the test and conflict still need fix.
Uh oh!
There was an error while loading. Please reload this page.
pierrejeambrun
left a comment
Member
There was a problem hiding this comment.
Nice, just a few comments
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
13 tasks
dheerajturagaforce-pushed
the
feature/filter-by-dag-id
branch
from
September 18, 2025 10:23
cf51422 to
cdc58f4Compare15 tasks
jason810496
approved these changes
Sep 18, 2025
dheerajturagaforce-pushed
the
feature/filter-by-dag-id
branch
from
September 18, 2025 13:09
5525367 to
b6e1d5aCompare- Add dag_id_pattern query parameter to DAG runs and task instances API endpoints - Implement SQL LIKE pattern matching with % and _ wildcards - Add search fields to DAG runs and task instances UI pages with conditional display - Update TypeScript client with new dag_id_pattern parameters - Add comprehensive unit tests for DAG ID pattern filtering - Fix test to use existing example DAGs instead of non-existent ones
dheerajturagaforce-pushed
the
feature/filter-by-dag-id
branch
from
September 18, 2025 14:00
b6e1d5a to
1f82d96Comparebbovenzi
approved these changes
Sep 18, 2025
Uh oh!
There was an error while loading. Please reload this page.
KatalKavya96 pushed a commit
to KatalKavya96/airflow
that referenced
this pull request
Sep 22, 2025
apache#55691) * Add DAG ID pattern search functionality to DAG runs and task instances - Add dag_id_pattern query parameter to DAG runs and task instances API endpoints - Implement SQL LIKE pattern matching with % and _ wildcards - Add search fields to DAG runs and task instances UI pages with conditional display - Update TypeScript client with new dag_id_pattern parameters - Add comprehensive unit tests for DAG ID pattern filtering - Fix test to use existing example DAGs instead of non-existent ones * Fix Translations * Fix tests based on Jason's and Pierre's feedback
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 freeto 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.
dag.id.filter.mp4