Tableau Desktop
macOS (Apple Silicon and Intel)
Amazon Redshift
Amazon Redshift ODBC Driver version 2.x
After downloading and installing the Amazon Redshift ODBC 2.x driver package on macOS, Tableau Desktop continues to display the following error message when attempting to connect to Amazon Redshift:
"To use this connector, you need to download and install the driver first."
Additionally, the newly installed driver may not be visible in third-party ODBC Manager applications.
The Amazon Redshift .pkg installer placed the driver files on the Mac's hard drive successfully, but the installer script failed to append the driver's configuration block to the system's odbcinst.ini file. Because Tableau relies on this .ini file as a directory to locate physical driver files, it cannot detect the driver until the entry is manually added.
To resolve this issue, you must manually register the driver by adding its configuration details to your Mac's odbcinst.ini file using the macOS Terminal. By default, this file is located at /Library/ODBC/odbcinst.ini.
Open Finder and navigate to Applications > Utilities > Terminal.
In the Terminal, open the configuration file using the nano text editor and sudo privileges by running the following command: sudo nano /Library/ODBC/odbcinst.ini
Enter your Mac administrator password when prompted.
Use the arrow keys to scroll to the bottom of the file. Copy and paste the following text block exactly as written:
[ODBC Drivers]
Amazon Redshift ODBC Driver (x64)=Installed
[Amazon Redshift ODBC Driver (x64)]
Description=Amazon Redshift ODBC Driver
Driver=/opt/amazon/redshiftodbcx64/librsodbc64.dylib
Save the file by pressing Control + O, then press Return to confirm the file name.
Exit the text editor by pressing Control + X.
Completely close Tableau Desktop if it is currently open.
Re-launch Tableau Desktop and attempt the connection to Amazon Redshift again.
To verify that the physical .dylib driver file actually exists on your machine before editing the file, you can run the following command in Terminal:
ls -l /opt/amazon/redshiftodbcx64/librsodbc64.dylib
https://docs.aws.amazon.com/redshift/latest/mgmt/odbc-driver-configure-mac.html
005318625

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.