You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/02/28 01:10:34 UTC

[GitHub] khtruong opened a new pull request #6958: Run in SQL Lab from Explore View doesn't work for new charts

khtruong opened a new pull request #6958: Run in SQL Lab from Explore View doesn't work for new charts
URL: https://github.com/apache/incubator-superset/pull/6958
 
 
   When we try to run a query in SQL lab from the explore view, we send a request with the slice id. The backend gets the query associated with this slice id. New and unsaved charts do not have a slice id associated with it yet, and so we cannot find a query for an undefined slice id. Instead of sending a GET request with the slice id, we should send a POST request with all the form data.

----------------------------------------------------------------
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

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org