Preparing to run the Tableau collector
Setting up pre-requisites for running the collector
Make sure that the machine from where you are running the collector meets the following hardware and software requirements.
Item | Requirement |
---|---|
Hardware | |
RAM | 8 GB |
CPU | 2 Ghz processor |
Software | |
Docker | Click here to get Docker. |
Java Runtime Environment | OpenJDK 17 is supported and available here. |
data.world specific objects | |
Dataset | You must have a ddw-catalogs (or other) dataset set up to hold your catalog files when you are done running the collector. |
Setting up Tableau
Enabling Metadata API
The collector harvests from Tableau using the Tableau Metadata API. The Metadata API is always enabled for Tableau Cloud. However, by default, the Metadata API is disabled by default for Tableau Server.
Important
For detailed instructions, see the Tableau documentation.
Prerequisites:
You must be on Tableau Server 2019.3or later
The REST APImust not be disabled.
You must use an account with server admin role to enable the Metadata API on Tableau Server using the Tableau Services Manager (TSM) command line interface (CLI).
To enable metadata API:
Open a command prompt as an admin on the initial node where TSM is installed in the cluster.
Run the following command:
tsm maintenance metadata-services enable
If you do not have the Data Management license, you will need to enable derived permissions to see related external assets. For details see the Tableau Cloud documentation and Tableau Server documentation.
Setting up permissions
Set up a new user in Tableau with the Server Admin role.
Create a Personal Access Token (PAT) for the new user. See Tableau docs for details.