michael-s-molina commented on code in PR #34119:
URL: https://github.com/apache/superset/pull/34119#discussion_r2208102158
##########
superset/views/core.py:
##########
@@ -891,6 +903,24 @@ def fetch_datasource_metadata(self) -> FlaskResponse:
datasource.raise_for_access()
return
json_success(json.dumps(sanitize_datasource_data(datasource.data)))
+ @event_logger.log_this
+ @has_access
+ @expose("/language_pack/<lang>/")
Review Comment:
@mistercrunch It would be nice to put this endpoint under `/api/v1` to be an
official endpoint.
--
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]