bbovenzi opened a new issue, #58450: URL: https://github.com/apache/airflow/issues/58450
### Description Add a `level` parameter to our filter root parameters that specifies how many tasks upstream or downstream to show. If undefined, then return all upstream and downstream just like today. ### Use case/motivation Make it easier to filter the grid and graph view when you have a dag with 1000+ tasks. While debugging a task failure, I may only care about the 3 levels upstream and downstream that are affected. This also makes a complex graph and noisy grid view to be much more bite sized. ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
