TML for Liveboards
Use TML to modify a ThoughtSpot object in a flat-file format. Then, migrate the object to a different cluster, or restore it to the same cluster.
To work with TML files for Liveboards, you can download these objects to flat files in .TML
format, modify the files, and subsequently upload the files either to the same cluster, or to a different cluster.
To learn how to export, change, and update Liveboards, see Import and export TML files.
The syntax examples in this article contain every possible parameter in TML files for Liveboards.
Some of these parameters are not in these files by default.
If you want to use them, you must add them yourself.
For example, the fqn
parameter is not present in any TML file by default, but you can add it to differentiate a table from another table with the same name.
As you work with TML files, keep in mind that changing elements of the TML file, such as the name of a column or table, may affect dependents. This is specifically true if you are editing TML files outside ThoughtSpot. When you change the name of a table in a TML file, and then import that file into ThoughtSpot, ThoughtSpot automatically updates that table name in any dependents, such as Answers that use the table as a data source. However, if you download multiple TML files from one ThoughtSpot cluster, then change the table name in TML, and upload all the files to a brand-new cluster, ThoughtSpot doesn’t know that the dependents should use that table. You must also change the table name in the dependents.
Syntax of the Liveboard and SpotIQ result TML file
The TML
file for Liveboard has a specific syntax.
|
See the TML parameters for Liveboards for details about the keywords used in this example.
See Limitations of working with TML files for more information about actions you can’t perform using TML.
You may not see each of these parameters in your own TML files, depending on whether each variable is explicitly defined.
For example, if you do not have any filters on your Pinboard, the filters
parameter does not appear.
You can add that variable to the TML file to specify filters for your Pinboard.
guid: <pinboard_guid> pinboard: name: <pinboard_name> description: This is a multi-line description of the pinboard Description line 2 visualizations: - id: <viz_id_1> answer: This section includes all the Answer specification for a visualization, from name to display_mode, in the TML for Answers article. - id: <viz_id_2> answer: This section includes all the Answer TML for a second visualization. In this case, the visualization is a headline. display_headline_column: <headline_column> filters: - column: - <primary_filter_column_name_1> - <linked_filter_column_name_2> - <linked_filter_column_name_n> oper: <filter_operator> values: <filtered_values> - value 1 - value 2 - value n excluded_visualizations: - excluded_viz_id_1 - excluded_viz_id_2 - column: <filtered_column_name_2> ... layout: tiles: - visualization_id: <visualization_id_1> size: <viz_id_1_size> - visualization_id: <visualization_id_2>
TML parameters for Liveboards
These parameters and their definitions are specific to Liveboards; this list doesn’t contain every parameter in every TML file. Similarly, the parameter definitions may vary from object to object, since the parameters may have different roles in different objects.
a - g | h - t | v - y |
---|---|---|
- aggregation
-
The default aggregation of the Worksheet, view, or table column, or the aggregation of the output for a formula.
Aggregation options depend on the data type.
Possible values are
SUM
,COUNT
,AVERAGE
,MAX
,MIN
,COUNT_DISTINCT
,NONE
,STD_DEVIATION
, andVARIANCE
Default:
SUM
.
- answer
-
Top-level container for all object definitions within an answer or visualization within a Liveboard.
- column
-
The id of the column(s) being filtered on. When a Liveboard contains linked filters, or filters that affect visualizations based on more than one Worksheet, the primary filter column appears first in the list of columns in the TML. The linked filter column appears after the primary filter column.
- description
-
The text that describes an object: a
pinboard
,tab
, and so on.
- display_headline_column
-
If the visualization is a headline, this parameter specifies the column the headline comes from.
- excluded_visualizations
-
A list of visualizations the Liveboard editor chose to exclude from the filter. Only appears when using selective filters.
- filters
-
Contains specifications for Liveboard filters.
- guid
-
The GUID for the Liveboard. You can find this string of letters and numbers at the end of the URL for an object.
- height
-
The height of the Liveboard visualization.
- id
-
Specifies the id of an object, such as
visualizations
.For Answers, including Answers within Liveboards,
id
refers to how the column appears in the query. For example, if you sorted byQuarter
in your search, from theCommit Date
column, theid
of the column isQuarter(Commit Date)
. Refer to Components of a Search Query to understand syntax.For formulas within Answers,
id
refers to the display name of the formula. If you do not give your formula a name, it appears as 'Untitled Formula'.
- layout
-
Specifies the Liveboard layout, in the order that a
visualization_id
is listed.
- name
-
The name of an object. Applies to
pinboard
,formula
, and so on.For Answers, including Answers within Liveboards,
name
refers to how the column appears in the query. For example, if you sorted byQuarter
in your search, from theCommit Date
column, thename
of the column isQuarter(Commit Date)
. Refer to Components of a Search Query to understand syntax.
- oper
-
The operator of the Liveboard filter. Accepted operators are
"in"
,"not in"
,"between"
,=<
,!=
,<=
,>=
,>
, or<
.
- pinboard
-
Top-level container for all object definitions within the Liveboard or SpotIQ result.
- size
-
The size of a visualization in a Liveboard, if using ThoughtSpot’s predetermined sizes. The options are
EXTRA_SMALL
,SMALL
,MEDIUM
,LARGE
,LARGE_SMALL
,MEDIUM_SMALL
, andEXTRA_LARGE
.
- tabs
-
List of tabs in the Liveboard.
- values
-
The values being filtered (excluded or included) in a Liveboard.
- visualization_id
-
The id of a visualization.
Used to specify the Liveboard’s layout.
- visualizations
-
The visualizations in a Liveboard: tables, charts, and headlines.
- viz_guid
-
The GUID for the Liveboard visualization. The GUID provides a distinct way to identify the Liveboard visualization, even if it has the same name as another Liveboard visualization.
You can find this string of letters and numbers at the end of the URL for a Liveboard visualization. Under the visualization’s more menu, select Copy link. The link copies to your clipboard. The second string of letters and numbers in the URL is the visualization GUID.
- width
-
The width of the Liveboard visualization.
- x
-
The horizontal location of the Liveboard visualization, relative to the upper left of the Liveboard.
- "y"
-
The vertical location of the Liveboard visualization, relative to the upper left of the Liveboard.
Limitations of working with TML files
There are certain limitations to the changes you can apply by editing Liveboards through TML.
-
Formulas and columns can either have a new name, or a new expression. You can’t change both, unless migrating or updating the Worksheet two times.
-
You can’t create or export TML files for R- or Python-powered visualizations.
-
You can’t import manually compressed .zip files. You can only import .zip files that you exported from ThoughtSpot: a custom set of TML files, an object and its associated data sources, or multiple objects of the same type that you exported from the object list page.