-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Add Dag ID pattern search functionality to Dag Runs and Task Instances #55691
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Dag ID pattern search functionality to Dag Runs and Task Instances #55691
Conversation
jason810496
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
pierrejeambrun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
cf51422 to
cdc58f4
Compare
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
guan404ming
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
dag.id.filter.mp4