Benebo7 opened a new pull request, #72764: URL: https://github.com/apache/airflow/pull/72764
Adds the filters requested in #53052 that were still missing from the Assets search page: `is_alias`, `consuming_dag_id`, and `producing_task_id` (optionally scoped with `producing_dag_id`). Group and last-event-timestamp filtering already existed before this PR. Also adds a `consuming_task_id` filter (optionally scoped with `consuming_task_dag_id`), which the issue doesn't explicitly list. It felt inconsistent to ship "Consuming DAG" and "Producing Task" without the equivalent for consuming tasks, since the backend already exposes that relationship — happy to drop it if a maintainer prefers to keep this PR scoped strictly to the issue text. `filterConfigs.tsx` (a single shared lookup table used across the whole UI) was already close to the `max-lines` ESLint cap before this change; adding the new filter definitions pushed it over. Raised the limit for that one file rather than splitting it, since the growth is expected config-table growth, not a design problem. Flagging this in case a different fix is preferred. closes: #53052 --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Sonnet 5 Generated-by: Claude Sonnet 5 following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
