IKholopov commented on pull request #20730: URL: https://github.com/apache/airflow/pull/20730#issuecomment-1025264754
1. Renamed. This did add an additional backwards compatibility complexity. There is a number of places in code, where it is assumed that dag_id is passed exclusively over query parameter. To keep those working (especially the ones that are controlled by configuration, like [default_view](https://github.com/apache/airflow/blob/3ae4b3c0eb0d92ecead3793d80fde222329d66b4/airflow/www/templates/airflow/dag.html#L185). To keep those working, both 'tree' and 'legacy_tree' views had to be kept/introduced. I'll address those places and make them work nicely with new routing schema shortly in separate PR. 2. Done 3. Yes, I'll tackle that in subsequent PR. -- 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]
