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

NameReferenceTypeRequiredDefaultOptionsDescription
API TokenTHOUGHTSPOT_TOKENPassword--The API token generated in Thoughtspot
Metadata IdentifierTHOUGHTSPOT_METADATA_IDAlphanumeric--The ID of the associated liveboard
Visualization IdentifiersTHOUGHTSPOT_VISUALIZATION_IDSAlphanumeric--The optional list of specific visualizations to include in the export. If omitted then all will be included
File FormatTHOUGHTSPOT_FILE_FORMATSelectcsvCSV: csv

PDF: pdf

PNG: png
The desired file format for the export to have
Runtime FilterTHOUGHTSPOT_RUNTIME_FILTERAlphanumeric--A column condition to filter the exported data
Runtime SortTHOUGHTSPOT_RUNTIME_SORTAlphanumeric--A column sort to sort the output data
File NameTHOUGHTSPOT_FILE_NAMEAlphanumericliveboard-The name of the download file to have

YAML

Below is the YAML template

YAML

source:
  template: Thoughtspot - Export Liveboard Report
  inputs:
    THOUGHTSPOT_TOKEN:
    THOUGHTSPOT_METADATA_ID:
    THOUGHTSPOT_VISUALIZATION_IDS:
    THOUGHTSPOT_FILE_FORMAT: csv
    THOUGHTSPOT_RUNTIME_FILTER:
    THOUGHTSPOT_RUNTIME_SORT:
    THOUGHTSPOT_FILE_NAME: liveboard
  type: TEMPLATE
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.