Skip to main content
Skip table of contents

Thoughtspot - Export Liveboard Report

Overview

Quickly export a Thoughtspot liveboard report into a variety of formats ranging from CSV, PNG and PDF

Variables

Name

Reference

Type

Required

Default

Options

Description

API Token

THOUGHTSPOT_TOKEN

Password

-

-

The API token generated in Thoughtspot

Metadata Identifier

THOUGHTSPOT_METADATA_ID

Alphanumeric

-

-

The ID of the associated liveboard

Visualization Identifiers

THOUGHTSPOT_VISUALIZATION_IDS

Alphanumeric

-

-

The optional list of specific visualizations to include in the export. If omitted then all will be included

File Format

THOUGHTSPOT_FILE_FORMAT

Select

csv

CSV: csv

PDF: pdf

PNG: png

The desired file format for the export to have

Runtime Filter

THOUGHTSPOT_RUNTIME_FILTER

Alphanumeric

-

-

A column condition to filter the exported data

Runtime Sort

THOUGHTSPOT_RUNTIME_SORT

Alphanumeric

-

-

A column sort to sort the output data

File Name

THOUGHTSPOT_FILE_NAME

Alphanumeric

liveboard

-

The name of the download file to have

YAML

Below is the YAML template for this Template and can be used in the Fleet YAML Editor.

CODE
source:
  blueprint: Thoughtspot - Export Liveboard Report
  inputs:
    THOUGHTSPOT_TOKEN: null  ## REQUIRED
    THOUGHTSPOT_METADATA_ID: null ## REQUIRED
    THOUGHTSPOT_VISUALIZATION_IDS: null
    THOUGHTSPOT_FILE_FORMAT: csv  ## REQUIRED
    THOUGHTSPOT_RUNTIME_FILTER: null
    THOUGHTSPOT_RUNTIME_SORT: null
    THOUGHTSPOT_FILE_NAME: liveboard
  type: BLUEPRINT
guardrails:
  retry_count: 1
  retry_wait: 0h0m0s
  runtime_cutoff: 1h0m0s
  exclude_exit_code_ranges:
    - '200'
    - '202'
    - '203'
    - '204'
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.