package
0.11.0
Repository: https://github.com/raystack/meteor.git
Documentation: pkg.go.dev

# 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

KeyValueExampleDescription
hoststringhttps://server.tableau.comThe host at which tableau is runningrequired
versionstring3.12The version of Tableau REST API, tested with 3.12required
identifierstringmy-tableauInstance alias, the value will be used as part of the urn componentrequired
usernamestringmeteor_userUsername/email to access the tableauoptional with auth_token and site_id
passwordstringxxxxxxxxxxPassword for the tableauoptional with auth_token and site_id, required with username
sitenamestringtestdev550928The name of your tableau site, it will point to the default one if you leave it emptynot required
auth_tokenstringxxxxxxxxxxuse auth_token to access tableau without username and passwordoptional, required without username
site_idstringxxxxxxxxxAdd a site_id along with auth_tokenoptional, required without username

Outputs

FieldSample Value
resource.urntableau::{identifier}/workbook/{workbook_id}
resource.nameworkbook_name
resource.servicetableau
resource.descriptiona description of the dashboard
charts[]Chart

Chart

FieldSample Value
urntableau::{identifier}/sheet/{sheet_id}
sourcetableau
dashboard_urntableau::{identifier}/workbook/{workbook_id}
dashboard_sourcetableau

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.

# Type aliases

No description provided by the author
Option provides extension abstraction to Extractor constructor.