This is an automated email from the ASF dual-hosted git repository.

dpgaspar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 14ea444  fix(charts): screenshot API declaring an unnecessary rison 
arg (#11931)
14ea444 is described below

commit 14ea444e58dd88f01c54be6a8a3e0936d317d5da
Author: Daniel Vaz Gaspar <[email protected]>
AuthorDate: Sat Dec 5 08:57:44 2020 +0000

    fix(charts): screenshot API declaring an unnecessary rison arg (#11931)
---
 superset/charts/api.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/superset/charts/api.py b/superset/charts/api.py
index 75473e7..262d2cf 100644
--- a/superset/charts/api.py
+++ b/superset/charts/api.py
@@ -607,7 +607,6 @@ class ChartRestApi(BaseSupersetModelRestApi):
 
     @expose("/<pk>/screenshot/<digest>/", methods=["GET"])
     @protect()
-    @rison(screenshot_query_schema)
     @safe
     @statsd_metrics
     @event_logger.log_this_with_context(log_to_statsd=False)

Reply via email to