Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add how to setup aws credentials for ODBC Tableau #394

Merged
merged 1 commit into from
Feb 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sql-odbc/docs/user/tableau_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Click on **Download** option for downloading `opensearch_sql_odbc.taco` file.
<img src="img/tableau_select_connector.png" width=600>

* Enter **Server** & **Port** value.
* Select required authentication option. For **AWS_SIGV4** authentication, select **Integrated Authentication** and enter value for **Region**.
* Select required authentication option. For **AWS_SIGV4** authentication, select **Integrated Authentication** and enter value for **Region**. To setup aws access key id and secret key, create ~/.aws/credentials with [AWS CLI](https://aws.amazon.com/cli/) and use `opensearchodbc` as the profile name.
* Use **Additional Options** section for specifying options like **FetchSize**, **ResponseTimeout**. Use `;` to separate values. For example,

```
Expand Down Expand Up @@ -65,4 +65,4 @@ To generate a graph,

<img src="img/tableau_graph.png">

* You can change visualizations by selecting any active visualization from **Show Me**.
* You can change visualizations by selecting any active visualization from **Show Me**.