bbovenzi opened a new issue #19944: URL: https://github.com/apache/airflow/issues/19944
If we integrate tree/graph/gantt/details views into a single page, then we will need to change how the url routes in airflow work. The default url would change from `/tree?dag_id=example_dag` to `/dags/example_dag` and `/dags/example_dag/gantt` would then show the tree/gantt combined view. We should also drop all `tree` nomenclature, because it is no longer a tree diagram. It is simply the default dag page. Redirects should be used to keep backwards compatibility. -- 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]
