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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to