betodealmeida commented on a change in pull request #11349:
URL:
https://github.com/apache/incubator-superset/pull/11349#discussion_r509810181
##########
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:
Ah, thanks! #TIL!
I register the spec in
https://github.com/apache/incubator-superset/pull/11373, I'll update the
schemas in that PR.
----------------------------------------------------------------
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]