Aaryan123456679 opened a new pull request, #70861: URL: https://github.com/apache/airflow/pull/70861
Finding runs for Dags with a specific tag currently requires filtering by dag_id one at a time, since the cross-Dag runs table has no way to scope by tag. This adds a `tags` filter (with an `any`/`all` match mode) to the `GET /dags/~/dagRuns` endpoint and wires it into the runs table's filter bar in the UI, mirroring the existing team filter. closes: #19197 -- 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]
