dpgaspar commented on a change in pull request #11349:
URL:
https://github.com/apache/incubator-superset/pull/11349#discussion_r509194947
##########
File path: superset/charts/api.py
##########
@@ -709,3 +714,62 @@ def thumbnail(
return Response(
FileWrapper(screenshot), mimetype="image/png",
direct_passthrough=True
)
+
+ @expose("/export/", methods=["GET"])
+ @protect()
+ @safe
+ @statsd_metrics
+ @rison(get_export_ids_schema)
Review comment:
Rison!! btw thks for creating this:
https://github.com/betodealmeida/python-rison
tip: You can register the the rison spec on OpenApi like this:
https://github.com/apache/incubator-superset/blob/master/superset/charts/api.py#L169
Then reference it like this:
https://github.com/apache/incubator-superset/blob/master/superset/charts/api.py#L393
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]