jfrag1 commented on code in PR #24301:
URL: https://github.com/apache/superset/pull/24301#discussion_r1220115126
##########
superset/views/sql_lab/views.py:
##########
@@ -127,9 +132,32 @@ class SavedQueryViewApi(SavedQueryView): # pylint:
disable=too-many-ancestors
show_columns = add_columns + ["id"]
@has_access_api
- @expose("show/<pk>")
- def show(self, pk: int) -> FlaskResponse:
Review Comment:
this endpoint didn't actually exist, not included in `include_route_methods`
--
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]