Skip to content

Latest commit

 

History

History

thought_spot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

ThoughtSpot

This connector extracts technical metadata from ThoughtSpot using ThoughtSpot REST API v2.

Setup

This connector requires a ThoughtSpot Everywhere Edition license to use ThoughtSpot REST API v2. See REST v1 and REST v2 API comparison for more details.

We recommend creating a secret key for the connector.

  1. Log into your ThoughtSpot instance as an administrator (with the "Can administer ThoughtSpot" privilege).
  2. Go to Develop tab, click Security settings under Customizations.
  3. Enable Trusted authentication.
  4. A secret_key for trusted authentication is generated.

Config File

Create a YAML config file based on the following template.

Required Configurations

base_url: <your_instance_url>  # e.g. https://my1.thoughtspot.cloud
user: <user_id>

# If using secret key to authenticate
secret_key: <secret>

# If using password to authenticate
password: <password>

Optional Configurations

Output Destination

See Output Config for more information.

Testing

Follow the Installation instructions to install metaphor-connectors in your environment (or virtualenv). Make sure to include either all or thought_spot extra.

Run the following command to test the connector locally:

metaphor thought_spot <config_file>

Manually verify the output after the command finishes.