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/04/14 22:09:01 UTC

[GitHub] [incubator-superset] villebro commented on issue #7297: [WIP] bugfix: Tables and schemas with slashes break SQL Lab

villebro commented on issue #7297: [WIP] bugfix: Tables and schemas with slashes break SQL Lab
URL: https://github.com/apache/incubator-superset/pull/7297#issuecomment-483062555
 
 
   It seems schemas can be specified both in the SQLAlchemy URI with a slash after the database (`db/schema`) name or as a query parameter (`?schema=schema`), and Superset is currently using the former, while your case would require the latter. That, or just escaping the schema name. Should be easy to fix as long as we know exactly how to construct the URI.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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