potiuk commented on code in PR #35380:
URL: https://github.com/apache/airflow/pull/35380#discussion_r1382046337


##########
airflow/www/views.py:
##########
@@ -3953,71 +3955,92 @@ def __getattribute__(self, attr):
                 return 
action_logging(event=f"{self.route_base.strip('/')}.{permission_str}")(attribute)
         return attribute
 
+    @expose("/show/<pk>", methods=["GET"])

Review Comment:
   Shortly we will vendor-in the whole FAB.. I just wonder what's left in FAB 
:) ? 



-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to