# 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
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.
# Functions
New returns pointer to an initialized Extractor Object.
No description provided by the author
WithHTTPClient assign custom http client to the Extractor constructor.
# Structs
No description provided by the author
Config that holds a set of configuration for tableau extractor.
No description provided by the author
Extractor manages the extraction of data from tableau server.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
https://help.tableau.com/current/api/metadata_api/en-us/docs/meta_api_model.html.