dheerajturaga opened a new pull request, #53652: URL: https://github.com/apache/airflow/pull/53652
This PR adds a new search capability to filter DAG runs by the user who triggered them, providing better visibility and management of workflow executions. <img width="2042" height="683" alt="image" src="https://github.com/user-attachments/assets/72fa13db-5914-4fdd-a659-0e7e27fda496" /> <img width="2035" height="713" alt="image" src="https://github.com/user-attachments/assets/e2dc64db-bcaa-454d-b68c-0e67e581de98" /> Changes Made Backend: - Added triggering_user_name_pattern parameter to the /api/v2/dags/{dag_id}/dagRuns endpoint - Implements server-side SQL LIKE pattern matching with wildcard support (%, _) - Updated OpenAPI specification with proper parameter documentation Frontend: - Added new search input field in the DAG Runs page alongside existing filters - Integrated with existing URL state management and pagination reset logic - Added internationalization support with "Search by Triggering User" placeholder -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
