ephraimbuddy commented on code in PR #35061:
URL: https://github.com/apache/airflow/pull/35061#discussion_r1367028933


##########
airflow/www/views.py:
##########
@@ -5827,6 +5828,33 @@ def add_user_permissions_to_dag(sender, template, 
context, **extra):
     context["dag"] = dag
 
 
+##############################################################################
+#                                                                            #
+#                          Development Views                                 #
+#                                                                            #
+##############################################################################
+
+
+class DevView(BaseView):
+    """View to show Airflow Dev Endpoints.
+
+    This view should only be accessible in development mode. For

Review Comment:
   I decided to introduce `AIRFLOW_ENV` instead of adding a new config. When 
set to `development`, the view becomes accessible.



-- 
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