Skip to content

Commit

Permalink
Add how to setup aws credentials for ODBC Tableau (#394)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <joshuali925@gmail.com>
  • Loading branch information
joshuali925 authored Feb 3, 2022
1 parent b0ef5e0 commit 1a55970
Showing 1 changed file with 2 additions and 2 deletions.
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**.

0 comments on commit 1a55970

Please sign in to comment.