mistercrunch commented on code in PR #31646:
URL: https://github.com/apache/superset/pull/31646#discussion_r2143802127


##########
superset/views/core.py:
##########
@@ -925,3 +925,13 @@ def welcome(self) -> FlaskResponse:
     @deprecated(new_target="/sqllab/history")
     def sqllab_history(self) -> FlaskResponse:
         return redirect("/sqllab/history")
+
+    @has_access
+    @api
+    @expose("/loader/", methods=("GET",))

Review Comment:
   I think everything loader-related will collide with the Theming branch, 
let's keep the PR focussed on the initial goal



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to