Skip to main content

Thoughtspot - Export Answer Report

Overview​

Quickly export a Thoughtspot answer into a variety of formats ranging from CSV, PNG, PDF, and XLSX

Variables​

NameReferenceTypeRequiredDefaultOptionsDescription
API TokenTHOUGHTSPOT_TOKENPasswordβœ…--The API token generated by Thoughtspot
Answer IDTHOUGHTSPOT_ANSWER_IDAlphanumericβœ…--The GUID of the desired Answer report
File FormatTHOUGHTSPOT_FILE_FORMATSelectβœ…csvCSV: csv

PDF: pdf

PNG: png

XSLX: xlsx

The file type of the downloaded file to have
Runtime FilterTHOUGHTSPOT_RUNTIME_FILTERAlphanumericβž–--The optional column filter to filter the data before export
Runtime SortTHOUGHTSPOT_RUNTIME_SORTAlphanumericβž–--The optional column sort to arrange the data before export
File NameTHOUGHTSPOT_FILE_NAMEAlphanumericβž–answer-The name that the downloaded answer report should be saved to

YAML​

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

source:
blueprint: Thoughtspot - Export Answer Report
inputs:
THOUGHTSPOT_TOKEN: null ## REQUIRED
THOUGHTSPOT_ANSWER_ID: null ## REQUIRED
THOUGHTSPOT_FILE_FORMAT: csv ## REQUIRED
THOUGHTSPOT_RUNTIME_FILTER: null
THOUGHTSPOT_RUNTIME_SORT: null
THOUGHTSPOT_FILE_NAME: answer
type: BLUEPRINT
guardrails:
retry_count: 1
retry_wait: 0h0m0s
runtime_cutoff: 1h0m0s
exclude_exit_code_ranges:
- '201'
- '202'
- '203'
- '204'