# README
tableau
Usage
Note
To use tableau extractor, you need to enable metadata service api
source:
type: tableau
config:
host: http://server.tableau.com
version: 3.12
identifier: my-tableau
username: meteor_user
password: xxxxxxxxxx
Inputs
Key | Value | Example | Description | |
---|---|---|---|---|
host | string | https://server.tableau.com | The host at which tableau is running | required |
version | string | 3.12 | The version of Tableau REST API, tested with 3.12 | required |
identifier | string | my-tableau | Instance alias, the value will be used as part of the urn component | required |
username | string | meteor_user | Username/email to access the tableau | optional with auth_token and site_id |
password | string | xxxxxxxxxx | Password for the tableau | optional with auth_token and site_id, required with username |
sitename | string | testdev550928 | The name of your tableau site, it will point to the default one if you leave it empty | not required |
auth_token | string | xxxxxxxxxx | use auth_token to access tableau without username and password | optional, required without username |
site_id | string | xxxxxxxxx | Add a site_id along with auth_token | optional, required without username |
Outputs
Field | Sample Value |
---|---|
resource.urn | tableau::{identifier}/workbook/{workbook_id} |
resource.name | workbook_name |
resource.service | tableau |
resource.description | a description of the dashboard |
charts | []Chart |
Chart
Field | Sample Value |
---|---|
urn | tableau::{identifier}/sheet/{sheet_id} |
source | tableau |
dashboard_urn | tableau::{identifier}/workbook/{workbook_id} |
dashboard_source | tableau |
Contributing
Refer to the contribution guidelines for information on contributing to this module.