-
Notifications
You must be signed in to change notification settings - Fork 61
Connecting to Tableau 8.2 #21
Comments
(Forgot to mention: Above tests are done in Tableau 8.2 for Mac.) Have just tried Windows Tableau (Windows 8.1, Tableau 8.2, Presto 0.79): The schema "Default" can be displayed in Windows version, can get the list of tables as well. Please help! |
Also for the log, I found following: < 2014-11-19 23:47:16.400 HKT >WARNING: Result column "?column?" is renamed to "?column?" because the name appears twice in a query result |
Oh, I haven't tested with Tableau 8.2. I tested only with Tableau 8.1 + Windows 8. |
I released Prestogres v0.5.0 which includes significant change around query rewriting mechanism. |
I confirmed that Tableau 8.3 on Windows 8 works with Prestogres v0.5.3. |
Hi,
I have prestogres up and running now. I just tried to use tableau 8.2 to connect Prestodb.
Q1: If I specify "default" as the database name, I cannot connect Tableau to PrestoDB,
Connect on a server: select PostgreSQL
sever: localhost
port: 9900
database: default
Error: Unable to connect to the ODBC data source, FATAL: database “default” does not exist.
Q2: If I specify "Postgres" as database name,
Connect on a server: select PostgreSQL
sever: localhost
port: 9900
database: postgres
I can log into PrestoDB, but it cannot display any table
On the command line, I can see "default" DB exists
postgres=# \l
List of databases
Name | Owner | Encoding | Collation | Ctype | Access privileges
-----------+-------+----------+-----------+-------+-------------------
default | pg | UTF8 | C | C |
My PrestoDB version is v0.79
Could you share how you get Tableau connected to Presto?
Regards
Arthur
The text was updated successfully, but these errors were encountered: