Add Dag ID pattern search functionality to Dag Runs and Task Instances#55691
Merged
jason810496 merged 3 commits intoapache:mainfrom Sep 19, 2025
Merged
Add Dag ID pattern search functionality to Dag Runs and Task Instances#55691jason810496 merged 3 commits intoapache:mainfrom
jason810496 merged 3 commits intoapache:mainfrom
Conversation
jason810496
reviewed
Sep 15, 2025
Member
jason810496
left a comment
There was a problem hiding this comment.
Nice! Thanks for the PR!
LGMT overall but the test and conflict still need fix.
airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_task_instances.py
Outdated
Show resolved
Hide resolved
Member
pierrejeambrun
left a comment
There was a problem hiding this comment.
Nice, just a few comments
airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_task_instances.py
Outdated
Show resolved
Hide resolved
airflow-core/src/airflow/ui/src/pages/TaskInstances/TaskInstancesFilter.tsx
Outdated
Show resolved
Hide resolved
13 tasks
cf51422 to
cdc58f4
Compare
15 tasks
jason810496
approved these changes
Sep 18, 2025
5525367 to
b6e1d5a
Compare
- 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
b6e1d5a to
1f82d96
Compare
bbovenzi
approved these changes
Sep 18, 2025
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
abdulrahman305 bot
pushed a commit
to qenex-ai/airflow
that referenced
this pull request
Sep 30, 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
abdulrahman305 bot
pushed a commit
to qenex-ai/airflow
that referenced
this pull request
Oct 1, 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
abdulrahman305 bot
pushed a commit
to qenex-ai/airflow
that referenced
this pull request
Oct 2, 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
abdulrahman305 bot
pushed a commit
to qenex-ai/airflow
that referenced
this pull request
Oct 3, 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
abdulrahman305 bot
pushed a commit
to qenex-ai/airflow
that referenced
this pull request
Oct 4, 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
abdulrahman305 bot
pushed a commit
to qenex-ai/airflow
that referenced
this pull request
Oct 5, 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
abdulrahman305 bot
pushed a commit
to qenex-ai/airflow
that referenced
this pull request
Oct 5, 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
abdulrahman305 bot
pushed a commit
to qenex-ai/airflow
that referenced
this pull request
Oct 7, 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
abdulrahman305 bot
pushed a commit
to qenex-ai/airflow
that referenced
this pull request
Oct 8, 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
abdulrahman305 bot
pushed a commit
to qenex-ai/airflow
that referenced
this pull request
Oct 9, 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
abdulrahman305 bot
pushed a commit
to qenex-ai/airflow
that referenced
this pull request
Oct 10, 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
abdulrahman305 bot
pushed a commit
to qenex-ai/airflow
that referenced
this pull request
Oct 11, 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
abdulrahman305 bot
pushed a commit
to qenex-ai/airflow
that referenced
this pull request
Oct 12, 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
abdulrahman305 bot
pushed a commit
to qenex-ai/airflow
that referenced
this pull request
Oct 14, 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
abdulrahman305 bot
pushed a commit
to qenex-ai/airflow
that referenced
this pull request
Oct 15, 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
abdulrahman305 bot
pushed a commit
to qenex-ai/airflow
that referenced
this pull request
Oct 17, 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
abdulrahman305 bot
pushed a commit
to qenex-ai/airflow
that referenced
this pull request
Oct 19, 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 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.
dag.id.filter.mp4