fabianmenges commented on a change in pull request #3518: Full Annotation 
Framework
URL: 
https://github.com/apache/incubator-superset/pull/3518#discussion_r157350068
 
 

 ##########
 File path: superset/views/core.py
 ##########
 @@ -1644,9 +1701,51 @@ def created_dashboards(self, user_id):
 
     @api
     @has_access_api
+    @expose('/user_slices', methods=['GET'])
+    @expose('/user_slices/<user_id>/', methods=['GET'])
+    def user_slices(self, user_id=None):
 
 Review comment:
   Looks like the FAB query language does not allow filtering with an or... I 
want filter on 'owner' or 'fav_star' so the same slice can be used in overlays 
by multiple users without them being owners. 
http://flask-appbuilder.readthedocs.io/en/latest/quickhowto.html#rest-api

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to