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/05/23 17:12:53 UTC

[GitHub] [incubator-superset] chintanparikh commented on issue #7568: Is there support to join across multiple Snowflake databases?

chintanparikh commented on issue #7568: Is there support to join across multiple Snowflake databases?
URL: https://github.com/apache/incubator-superset/issues/7568#issuecomment-495305723
 
 
   @villebro So let's say I have two databases - one called `database1` and another called `database2`. I'm trying to do something like `SELECT * FROM database1.crm.customers INNER JOIN database2.crm.leads ON customers.uuid = leads.uuid` but it doesn't work. Even `SELECT * FROM database1.crm.customers` gives me `002003 (02000): 018c6168-026b-2e5b-0000-5bf10005077a: SQL compilation error: Database 'DATABASE1' does not exist.`

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