2022-06-27 15:14:04 +02:00
|
|
|
---
|
|
|
|
title: Run Tableau Connector using the CLI
|
2022-07-09 11:56:37 +02:00
|
|
|
slug: /openmetadata/connectors/dashboard/tableau/cli
|
2022-06-27 15:14:04 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
<ConnectorIntro connector="Tableau" goal="CLI"/>
|
|
|
|
|
|
|
|
<Requirements />
|
|
|
|
|
2022-08-18 11:43:45 +02:00
|
|
|
<PythonMod connector="Tableau" module="tableau" />
|
|
|
|
|
2022-06-27 15:14:04 +02:00
|
|
|
<MetadataIngestionServiceDev service="dashboard" connector="Tableau" goal="CLI"/>
|
|
|
|
|
|
|
|
<h4>Source Configuration - Service Connection</h4>
|
|
|
|
|
|
|
|
- **hostPort**: URL to the Tableau instance.
|
|
|
|
- **username**: Specify the User to connect to Tableau. It should have enough privileges to read all the metadata.
|
|
|
|
- **password**: Password for Tableau.
|
|
|
|
- **apiVersion**: Tableau API version.
|
2022-08-09 23:55:32 +05:30
|
|
|
- **siteName**: Tableau Site Name. To be kept empty if you are using the default Tableau site
|
|
|
|
- **siteUrl**: Tableau Site Url. To be kept empty if you are using the default Tableau site
|
2022-06-27 15:14:04 +02:00
|
|
|
- **personalAccessTokenName**: Access token. To be used if not logging in with user/password.
|
|
|
|
- **personalAccessTokenSecret**: Access token Secret. To be used if not logging in with user/password.
|
|
|
|
- **env**: Tableau Environment.
|
|
|
|
|
|
|
|
<MetadataIngestionConfig service="dashboard" connector="Tableau" goal="CLI" />
|