You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/rest-apiv2-changelog.adoc
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,19 @@ This changelog lists the features and enhancements introduced in REST API v2.0.
10
10
11
11
== Version 10.6.0.cl, February 2025
12
12
13
-
=== Report APIs
14
-
[tag redBackground]#BREAKING CHANGE# - The `POST /api/rest/2.0/report/answer` and `POST /api/rest/2.0/report/liveboard` no longer support downloading objects in CSV and XLS format. These endpoints support downloading data only in PDF and PNG formats.
15
-
16
-
17
13
=== New metadata API endpoints
18
14
19
15
* `POST /api/rest/2.0/metadata/headers/update` +
20
16
Updates metadata header for a given list of objects.
The `POST /api/rest/2.0/report/answer` and `POST /api/rest/2.0/report/liveboard` no longer support downloading objects in CSV and XLS format. These endpoints support downloading data only in PDF and PNG formats.
24
+
25
+
==== Parameters for regional settings
25
26
26
27
The `/api/rest/2.0/report/answer` and `/api/rest/2.0/report/liveboard` now allow users to define the following `regional_settings` attributes:
27
28
@@ -44,9 +45,9 @@ The following API endpoints allow you to specify a custom object ID (`obj_identi
44
45
45
46
=== TML import API
46
47
47
-
The `/api/rest/2.0/metadata/tml/async/import` API now allows skipping diff check when processing TMLs for imports. The `skip_diff_check` attribute is disabled by default.
48
+
The `/api/rest/2.0/metadata/tml/async/import` and `POST /api/rest/2.0/metadata/tml/import` endpoints allow skipping diff check when processing TMLs for imports. The `skip_diff_check` attribute is disabled by default and can be enabled to avoid importing objects that do not have any changes.
48
49
49
-
=== API response and header changes
50
+
=== API response changes
50
51
51
52
The 200 and 201 response body from `POST /api/rest/2.0/ai/answer/create` and `POST /api/rest/2.0/ai/conversation/{conversation_identifier}/converse` API calls now includes the `display_tokens` property.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/tml-api.adoc
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,11 @@ __Optional__ a|__Boolean__. Specify if import operation must be run for all Orgs
74
74
__Requires Org administration privileges to access TML objects across all Orgs.__ | `false`
75
75
a|`skip_cdw_validation_for_tables` +
76
76
__Optional__ |__Boolean__. Skips Cloud Data Warehouse validation for table TML imports. | `false`
77
+
78
+
|`skip_diff_check` +
79
+
__Optional__
80
+
a|__Boolean__. Skips diff check before processing TMLs for imports. +
81
+
When set to `true`, this attribute enables diff check to identify the objects that haven’t been changed since the last import or TML update. This feature eliminates importing redundant objects and helps optimize the import process. |`false`
Copy file name to clipboardExpand all lines: modules/ROOT/pages/tml.adoc
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,9 @@ You can import single or multiple objects using the `tml/import` API. If you are
47
47
48
48
By default, the `fqn` parameter is not present in the TML file. However, you can export TML with FQNs and use it during the import.
49
49
50
-
To import TML representation of the metadata objects into ThoughtSpot, use one of the following API endpoints:
50
+
You can also set the `skip_diff_check` to `true` to skip diff check before processing TMLs for imports. This attribute helps identify the objects that haven’t been changed since the last import or TML update, and eliminates importing redundant objects.
51
+
52
+
To import TML representation of the metadata objects into ThoughtSpot, use one of the following API endpoints:
51
53
52
54
* +++<a href="{{navprefix}}/restV2-playground?apiResourceId=http%2Fapi-endpoints%2Fmetadata%2Fimport-metadata-tml">POST /api/rest/2.0/metadata/tml/import</a>+++ (REST API v2)
53
55
* xref:tml-api.adoc#import[POST /tspublic/v1/metadata/tml/import] (REST API v1)
@@ -110,7 +112,8 @@ Imports objects that validate successfully and skips the objects that do not val
110
112
111
113
|`skip_diff_check` +
112
114
__Optional__
113
-
|__Boolean__. Skips diff check before processing TMLs for imports. |`false`
115
+
|__Boolean__. Skips diff check before processing TMLs for imports. +
116
+
When set to `true`, this attribute enables diff check to identify the objects that haven’t been changed since the last import or TML update. This feature eliminates importing redundant objects and helps optimize the import process. |`false`
114
117
|`enable_large_metadata_validation` +
115
118
__Optional__
116
119
|__Boolean__. Available from 10.5.0.cl. Enables validation for large metadata objects. Set to `true` if the database contains multiple thousands of tables. When enabled, it allows for schema validation of one table at a time and helps circumvent the metadata fetching limitations of the Cloud Data Warehouse (CDW).
Copy file name to clipboardExpand all lines: modules/ROOT/pages/whats-new.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ Spotter is enabled on ThoughtSpot instances by default and is now generally avai
18
18
This release also introduces several enhancements to Spotter embed:
19
19
20
20
* xref:embed-spotter.adoc#configControls[Configuration controls in the SDK] to disable or hide the data source, and show or hide sample questions
21
-
* xref:embed-spotter.adoc#SpotterCSS[Customization controls for CSS overrides], xref:embed-spotter.adoc#spotterMenuActions[action IDs to disable, show or hide menu actions and elements]
22
-
* Additional options in the xref:developer-playground.adoc#playground-spotter[Spotter Playground experience], which allow users to explore the customization settings available in the SDK..
21
+
* xref:embed-spotter.adoc#SpotterCSS[Customization controls for CSS overrides], xref:embed-spotter.adoc#spotterMenuActions[action IDs] for menu customization on the Spotter page.
22
+
* Additional options in the xref:developer-playground.adoc#playground-spotter[Spotter Playground experience], which allow users to explore the customization settings available for Spotter.
23
23
24
24
For more information, see xref:embed-spotter.adoc[Embed Spotter].
25
25
@@ -45,7 +45,7 @@ When MFA is enabled on your ThoughtSpot instance, using basic authentication in
45
45
46
46
When MFA is enabled on a ThoughtSpot instance, local authentication users cannot log in with their `username` and `password` and are prompted to enable MFA when they try to log in via UI. Setting up MFA via APIs is not supported.
47
47
48
-
If you are using REST APIs with basic authentication, ThoughtSpot recommends updating your application environment to use username and `secret_key` to generate authentication token. To stay security compliant and avoid breaking changes, before activating MFA for your users, we recommend that you enable *Trusted Authentication* on your instance and set up your embed and REST API environments to use token-based authentication. For more information and assistance, contact ThoughtSpot Support.
48
+
If you are using REST APIs with basic authentication, ThoughtSpot recommends updating your application environment to use `username` and `secret_key` to generate authentication token. To stay security compliant and avoid breaking changes, before activating MFA for your users, we recommend that you enable *Trusted Authentication* on your instance and set up your embed and REST API environments to use token-based authentication. For more information and assistance, contact ThoughtSpot Support.
49
49
50
50
=== Liveboard enhancements
51
51
@@ -59,7 +59,7 @@ Compact Liveboard header is disabled by default. To enable this feature, set `is
59
59
60
60
By default, Liveboards display all filters and parameters, including those that are not applicable to the visualizations in a tab. On embedded Liveboards, developers can control the visibility of filters and Parameters for visualizations in a tab using the `hideirrelevantchipsinliveboardtabs` property in the SDK.
61
61
62
-
For more information about filters for Liveboard tabs, see link:https://docs.thoughtspot.com/cloud/10.6.0.cl/liveboard-filters#_apply_filters_to_specific_visualizations_or_tabs[Apply filters to specific visualizations or tabs].
62
+
For more information about filters for Liveboard tabs, see link:https://docs.thoughtspot.com/cloud/latest/liveboard-filters#_apply_filters_to_specific_visualizations_or_tabs[Apply filters to specific visualizations or tabs].
0 commit comments