Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Has anyone used Redshift to source an Excel pivot table?

Is it possible to use Amazon Redshift as the data source for an Excel pivot table? Googling this question didn't yield any obvious answers. Thanks.

like image 244
Scott Wood Avatar asked Oct 19 '25 00:10

Scott Wood


2 Answers

Yes I have.

However since the other answers were written, rather than use generic PostGres drivers, you should use customised Redshift Drivers provided by Amazon.

The answers you are looking for are here: http://docs.aws.amazon.com/redshift/latest/mgmt/configure-odbc-connection.html

like image 143
Nicholas Avatar answered Oct 21 '25 13:10

Nicholas


You can consume Amazon Redshift databases with the PostGRESQL ODBC drivers.

  1. Download and install driver.
  2. Set up a DSN on the box pointed to your Redshift server with your AWS credentials (you can find the ODBC connection string in the settings area of your cluster.)
  3. Use that connection in Excel or any other product that can connect to ODBC connections.
like image 45
Kyle Hale Avatar answered Oct 21 '25 13:10

Kyle Hale