Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions modules/ROOT/pages/deprecated-features.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ As ThoughtSpot applications evolve, some existing features will be deprecated an
[options='header']
|=====
|Feature|Impacted interface and release versions|Deprecation date |End of Support / removal from the product
a|xref:deprecated-features.adoc#SagePrivilegeDeprecation[`PREVIEW_THOUGHTSPOT_SAGE` privilege deprecation] a|ThoughtSpot Cloud 26.3.0.cl and later | March 2026 | September 2026
a|xref:deprecated-features.adoc#_answer_data_panel_classic_experience_deprecation[Answer Data panel classic experience] |ThoughtSpot Cloud 26.4.0.cl and later | April 2026 | August 2026
a|xref:deprecated-features.adoc#_worksheet_deprecation_and_removal[Worksheets] a| ThoughtSpot Cloud 10.4.0.cl and later
|November 2024 | September 2025
Expand Down Expand Up @@ -80,6 +81,18 @@ a|xref:deprecated-features.adoc#_deprecated_parameter_in_rest_api_v2_0_authentic
||||
|=====

[#SagePrivilegeDeprecation]
== `PREVIEW_THOUGHTSPOT_SAGE` privilege deprecation
The `PREVIEW_THOUGHTSPOT_SAGE` privilege is renamed to `CAN_USE_SPOTTER` with the ThoughtSpot 26.3.0.cl release version.

Impact on your instance::
* Both privileges remain supported until the ThoughtSpot 26.9.0.cl release, at which point `PREVIEW_THOUGHTSPOT_SAGE` will be removed.
* For existing ThoughtSpot instances which have enabled RBAC before the 26.3.0.cl release, there will be no automatic changes to the roles created using the `PREVIEW_THOUGHTSPOT_SAGE` privilege. However, the underlying privilege associated with such roles will be renamed to `CAN_USE_SPOTTER`.

Recommended action::
For ThoughtSpot instances which have enabled RBAC before the 26.3.0.cl release, the admins will have to create a role in accordance with the newer privilege name.


== Answer Data panel classic experience deprecation
The classic Data panel experience in Search and Answer pages will be deprecated in ThoughtSpot 26.4.0.cl release version. The new data panel experience, which provides a more intuitive layout with improved organization of data elements and features such as query sets and custom groups, will be the default data panel experience on all ThoughtSpot Embedded instances using Visual Embed SDK v1.41.1 or later.

Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/roles.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ UI: *Has developer privilege* a| Allows users to access the following features
UI: *Can schedule for others* |Allows users to schedule, edit, and delete Liveboard jobs.
|ThoughtSpot Sync|API: `SYNCMANAGEMENT` +
UI: *Can manage sync settings* | Allows setting up secure pipelines to external business apps and sync data using ThoughtSpot Sync.
|ThoughtSpot Spotter|API: `PREVIEW_THOUGHTSPOT_SAGE` +
|ThoughtSpot Spotter|API: `CAN_USE_SPOTTER` +
UI: *Can use Spotter* | Allows access to ThoughtSpot Spotter and natural language query and answer generation.
|Catalog management|API: `CAN_CREATE_CATALOG` +
UI: *Can manage catalog*| Allows users to create, edit, and manage a link:https://docs.thoughtspot.com/cloud/latest/catalog-integration[data connection to Alation, window=_blank], and import metadata.
Expand Down