You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "bbovenzi (via GitHub)" <gi...@apache.org> on 2023/02/03 18:42:22 UTC

[GitHub] [airflow] bbovenzi commented on a diff in pull request #29359: Remove /legacy_tree endpoint

bbovenzi commented on code in PR #29359:
URL: https://github.com/apache/airflow/pull/29359#discussion_r1096144527


##########
airflow/www/views.py:
##########
@@ -2713,7 +2699,7 @@ def legacy_tree(self):
     )
     @gzipped
     @action_logging
-    def tree(self):
+    def legacy_tree(self):

Review Comment:
   We don't use `Airflow.tree` anywhere. This was to be consistent with the other `legacy_*` redirects (graph, gantt, code, etc)



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org