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/11/14 08:00:59 UTC

[GitHub] [incubator-superset] Ron-Merkin-Nielsen commented on issue #8316: Include schema on sqlatable's unique constraint

Ron-Merkin-Nielsen commented on issue #8316: Include schema on sqlatable's unique constraint
URL: https://github.com/apache/incubator-superset/issues/8316#issuecomment-553771473
 
 
   We've found a workaround for that issue. Basically even though it's two different schemas it won't allow to create a new table because of the unique name (the table's name).
   What we did to solve this issue for now was:
   1. go to the sql lab --> sql editor.
   2. created a query relevant to our needs (by the relevant schema).
   3. after the results are displayed you press the explore button on top of the results table.
   
   then what happens is that it created kind of a unique datasource. 
   this way we managed to display tables from different schemas with the same table name.

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