This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ODBC: Change Tableau connector version (#622)
* changing version of Tableau connector * change driver version * add tableau doc * doc update * doc update * update user docs * nit
- Loading branch information
Showing
17 changed files
with
79 additions
and
11 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Microsoft Excel | ||
# Connecting Open Distro For ElasticSearch to Microsoft Excel on Windows | ||
|
||
## Prerequisites | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
# Connecting Open Distro For ElasticSearch to Tableau Desktop via the Tableau Connector | ||
|
||
## Overview | ||
|
||
Connect an Open Distro For ElasticSearch data source to Tableau Desktop via the Tableau Connector to create a basic graph. | ||
|
||
## Prerequisites | ||
|
||
* Download and Install [Tableau Desktop](https://www.tableau.com/products/desktop/download) 2020 and higher | ||
* Install and Configure [Open Distro for Elasticsearch](https://opendistro.github.io/for-elasticsearch-docs/docs/install/) | ||
* Download and Install [Open Distro for Elasticsearch SQL ODBC driver](../../README.md) | ||
* Download Tableau Connector for `SQL by Open Distro for ES` ([odfe_sql_odbc.taco](../../src/TableauConnector/odfe_sql_odbc/odfe_sql_odbc.taco)). | ||
Click on **Download** option for downloading `odfe_sql_odbc.taco` file. | ||
<img src="img/tableau_download_taco.png" > | ||
|
||
## Prepare data | ||
|
||
* Copy `odfe_sql_odbc.taco` file to My Tableau Repository. | ||
|
||
* On windows: **%User%/Documents/My Tableau Repository/Connectors/**. | ||
* On Mac: **~/Documents/My Tableau Repository/Connectors/**. | ||
|
||
* Open Tableau using following command | ||
|
||
``` | ||
<full-Tableau-path>\bin\tableau.exe -DDisableVerifyConnectorPluginSignature=true | ||
``` | ||
|
||
* Click on **Connect** > **More** > **SQL by Open Distro for ES**. | ||
|
||
<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**. | ||
* Use **Additional Options** section for specifying options like **FetchSize**, **ResponseTimeout**. Use `;` to separate values. For example, | ||
|
||
``` | ||
FetchSize=2000;ResponseTimeout=20; | ||
``` | ||
|
||
<img src="img/tableau_dialog.png" width=400> | ||
|
||
* Click on **Sign In**. | ||
* You will get a list of tables when the connection is successful. | ||
|
||
<img src="img/tableau_table_list.png"> | ||
|
||
## Analyze Data | ||
|
||
To generate a graph, | ||
|
||
* Double click on any required table from the list and click on **Update Now** to load data preview. | ||
|
||
<img src="img/tableau_select_table.png"> | ||
|
||
* Data preview will be loaded. | ||
|
||
<img src="img/tableau_data_preview.png"> | ||
|
||
* Click on **Sheet 1**. You can see a list of attributes under section **Data**. | ||
|
||
<img src="img/tableau_columns_list.png"> | ||
|
||
* Double click on any required attributes to generate a simple graph. | ||
|
||
<img src="img/tableau_graph.png"> | ||
|
||
* You can change visualizations by selecting any active visualization from **Show Me**. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-7 Bytes
(100%)
sql-odbc/src/TableauConnector/odfe_sql_odbc/odfe_sql_odbc.taco
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-7 Bytes
(100%)
sql-odbc/src/TableauConnector/odfe_sql_odbc_dev/odfe_sql_odbc_dev.taco
Binary file not shown.