Skip to main content
Skip table of contents

Admin: Amazon Athena Configuration

  1. In a web browser, navigate to https://docs.aws.amazon.com/athena/latest/ug/connect-with-odbc.html to download driver.

    image-20250917-182626.png
  2. Install Simba+Athena+1.1+64-bit.msi, and follow the instructions provided as the installation progresses.  

    image-20250917-182636.png
  3. Once you have successfully installed the driver, go to Control Panel\All Control Panel Items\Administrative Tools and click ODBC Data Sources (64-bit). Select System DSN Tab and Click Add.. button to create a new Data Source.

  1. Find and select Simba Athena ODBC Driver and click Finish. 

    image-20250917-182649.png
  2. In the Simba Athena ODBC Data Source Configuration Window, configure the following mandatory details:

    • Data Source Name

    • AWS Region

    • Schema 

    • S3 Output Location

      image-20250917-182702.png
  3. Click Authentication Options.. Leave the ‘Authentication Type’ default value as is. Provide the User and Password. 

    image-20250917-182714.png
  4. Click ‘Password Options…’. Make sure the ‘All Users of this Machine’ is selected. Click OK

    image-20250917-182727.png
  5. Click the Test Connection button. Once the connection has been made successfully, click the OK button to create the DSN. 

  1. You can also configure an Athena ODBC connection string that can be used in Redpoint Interaction using the following format: 

    CODE
    Driver=Simba Athena ODBC Driver;
    AwsRegion=<region>;
    S3OutputLocation=<s3://your-bucket/path/>;
    AuthenticationType=IAM Credentials;
    UID=<User>;
    PWD=<Password>;

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.