문제

I want to use Tableau to retrieve data from AWS RedShift and then generate reports, I tried to use PostgreSQL driver downloaded from Tableau website, but cannot establish the connection.

Any one knows how to do it?

도움이 되었습니까?

해결책 3

As stated on Tableau's blog, the Tableau connector hasn't been released yet, but you can contact your account manager to try out a preview version.

That's what my team has done, and it worked without a hitch.

다른 팁

Just to provide an update, I believe the RedShift Connector has been released for v7 of Tableau Desktop, but is still in preview for v8. We have found it to be much easier for connecting to our RedShift cluster so far.

The generic ODBC connector also works, you get an interesting pop-up saying certain functions might not behave as expected but we have not encountered any issues using it.

Also the redshift connector for Tableau 8 is out now in release.

It's now possible to connect Amazon Redshift with Tableau.

To connect:

  1. Open Tableau Desktop Application and select Amazon Redshift from the list of servers to connect.
  2. Populate the following fields in the pop-up as shown below:

enter image description here

where

Server: the URL to the Redshift instance

Port: the port on which it listens to

Database: the DB to connect to

(the above 3 information is available under the Cluster Database Properties section within the Configuration tab in your AWS Console.)

Username and Password: credentials authenticated to connect and query the schema and the underlying tables in above mentioned DB

Click on Sign In to allow Tableau to connect to the Amazon Redshift instance.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top