mistercrunch opened a new pull request #4696: [sql lab] preserve schema on 
visualize flow
URL: https://github.com/apache/incubator-superset/pull/4696
 
 
   When following the visualize flow, if SQL Lab is pointing to the non-default 
schema, and the user doesn't specify the schema in their query as in `FROM 
some_schema.some_table`, the flow just breaks with a message like `The table 
does not exist` or something of that nature depending on the engine.
   
   This PR fixes this + related refactors:
   * moving most SQL Lab views into views/sqllab.py
   * corresponding redirect for backward compatibility
   * new unit test for the backend part of the visualize flow
   * fixing objects that were double-serialized to json for no good reason

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