You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by gi...@git.apache.org on 2017/09/26 01:03:11 UTC

[GitHub] mistercrunch commented on a change in pull request #3513: Feature: query string API endpoint

mistercrunch commented on a change in pull request #3513: Feature: query string API endpoint
URL: https://github.com/apache/incubator-superset/pull/3513#discussion_r140936333
 
 

 ##########
 File path: superset/views/core.py
 ##########
 @@ -2312,6 +2315,20 @@ def sqllab(self):
             entry='sqllab',
             bootstrap_data=json.dumps(d, default=utils.json_iso_dttm_ser)
         )
+
+    @api
+    @has_access_api
+    @expose("/slice/<slice_id>/query/")
+    def sliceQuery(self, slice_id):
 
 Review comment:
   NIT: `slice_query`
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services