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/22 16:28:23 UTC

[GitHub] mistercrunch commented on issue #3513: Feature: query string API endpoint

mistercrunch commented on issue #3513: Feature: query string API endpoint
URL: https://github.com/apache/incubator-superset/pull/3513#issuecomment-331495310
 
 
   There's a bit of duplication of logic with what is going on here: https://github.com/apache/incubator-superset/blob/master/superset/views/core.py#L972 . What is the use-case for this endpoint?
   
   Perhaps we can add corresponding routing for `slice_id` querystring instead of `form_data`. I think we do it with redirect logic in some places, may work for you, or we could avoid redirecting and just serve from that url.
   
   One behavior that we want to have/preserve is around being able to reference a slice and override some elements easily.
 
----------------------------------------------------------------
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