Hey team, we are trying to handle some
Hey team, we are trying to handle some errors using the EmbedEvent.Error, and I was wondering what your recommendations are for identifying specific errors.
We have noticed that some of the errors have a code and an error code (please see the screenshot below). Is there a way we can access the list of error codes? Maybe we can do something like this:
if (error.data.error[0].extensions.code === 12121) { ...

Hey all, we are having some issues with
Hey all, we are having some issues with French translations of the Embed. When the browser is changed to French, we do not see any of the TS menus change to French as expected. Based on the user docs, I don't believe we should need to do anything special for translations to occur. Can anyone provide some troubleshooting, and assistance? The embed snippet is in this thread.
Hey everyone, we are looking to export
Hey everyone, we are looking to export liveboards, worksheets, etc from one organization and import them to another organization. We are trying to use the cs_tools scriptability command, but it seems it's only supported for environments in a singular org. We only have 1 environment in our organization, does anyone have experience with CS tools and migrating between organizations?
@Nikhil Kumaran S : Pls check info
@Nikhil Kumaran S : Pls check info provided by @Aditya and @Anand Pushpraj . Few Q's:
1. Do you have dedicated cluster or on free-trial sign up on multi-tenant cluster? What version of TS cluster you are on?
2. Sender From Email and Email Domain can be set. There are TSCLI command which can be run via SRE...
gist:9d68b4cd1d94dae4f610e192e1fcfc63
I have a script, can anyone help? My goal is to use the API to deploy a Liveboard to another branch:
https://gist.github.com/wallyflops/9d68b4cd1d94dae4f610e192e1fcfc63...
Hi Team, while creating schedule, is the
Hi Team, while creating schedule, is the email domain of the sender configurable? Also is the email body and subject configurable?

Hi the ThoughtSpot Support directed me
Hi the ThoughtSpot Support directed me to post here. We use ThoughtSpot embed. We also use Pendo for our main application. We want to know if we can embed Pendo guides into ThoughtSpot embed. The ThoughtSpot support has told me that this can be done and I asked to see examples of it. They then directed me here. I know usage can be passed from ThoughtSpot to Pendo, but we are wanting to display Pendo Guides in ThoughtSpot Embed. Case No. 00372967
Dev help forum
@here Everyone, thanks for posting your questions and queries in the #dev-help channel. We have loved answering your queries and in the process improved our product and embed offering as well.
We are introducing #help as well to make answering and searching questions a little bit easier. If anyone has already asked the same question, you can simply search in the forum. Please try to use that channel going forwards and also use tags that are applicable for your query.
Invite link : https://discord.gg/ACwBfmsP8v.
Thanks.
...
Hey again,
Hey again,
I'm now having a separate issue updating the token I'm using for the git integration in one of the orgs.
```...
Hey TS,
Hey TS,
I'm having some issues with the deployment API throwing validation errors for a liveboard, but the same liveboard TML validates perfectly fine within the UI.
The error in the response looks like this...
Library | Loom - 23 September 2024
In the first phase of our project, the user will log in through our application. In the background, we will call our backend API to retrieve the ThoughtSpot (TS) token using our TS secret key. With the token, we will initialize the ThoughtSpot Visual SDK using the following configuration:
`init({
thoughtSpotHost: "https://abc.thoughtspot.cloud",
authType: AuthType.TrustedAuthToken,...
Hi team, we are not able to add tags. Is
Hi team, we are not able to add tags. Is this a bug or are we lacking permissions?
Hi, Wondering if we have any options to
Hi, Wondering if we have any options to customize the filter on a liveboard - for example I only want my users to have the option "Exclude" certain data rather than "include" and/or I'd like to limit the values that they can filter on rather than all the values present in the data? Also I see in the documentation there is an option to contact support to remove "null" values from the filter, does this impact all filters/all fields or can you limit it to an individual field? If this is in pla...
dev-help We use the visual embed SDK
#dev-help We use the visual embed SDK process to embed entire liveboards within our portal. - On these liveboards we embed, we have multiple tabs. However, since the latest Aug 29th 24 update, when the page loads within the portal embedded liveboard - the first page loads fine, but when we click on another tab - the embed window shrinks down in size and does not take up the whole screen
Screenshots attached
If I zoom in using ctrl+mousewheel, the issue rectifies itself, but this is not really a helpful workaround and requires this to be done every time a new tab is clicked on...
Hi team,
Hi team,
Is there a way to get row level security to apply only on the right side of an left outer join? Right now it seems to apply in the where clause effectively making it an inner join.
Example use case:...
Hi TS, is there a way to support the
Hi TS, is there a way to support the HostEvent.Pin action without making this a visible action? Right now it seems like we need to enable it as a visible action, but the CSS we apply is not loaded initially and there is a janky flash of the pin button. Style block and video below... ```style: {
customCSS: {
rules_UNSTABLE: {
'.pin-button-module__dualIntentPinButton': {
width: '0',...
Hi team, is there a way to hide the
Hi team, is there a way to hide the author and tags column in the liveboards and answers table embed? I was able to hide the share and favourite columns using the hiddenActions array(Action.Share, Action.AddToFavorites) but couldn't find an option for tags and author column

Hi Team, We are encountering an
Hi Team, We are encountering an authentication issue when trying to initialize the Visual Embed SDK. It works fine with
TrustedAuthTokenCookieless
, but we're experiencing problems with TrustedAuthToken
after the recent release. I've attached some screenshots for reference.
Could you please look into this?...
Hey team! We are experiencing a console
Hey team! We are experiencing a console error in the Thoughtspot SDK when trying to prefetch Thoughtspot resources. This happens every time we prefetch resources and doesn't happen if we don't prefetch the resources (in addition to when we first load up the liveboard). Any idea if we are doing anything incorrectly / why this error might be coming up? Here is how we are doing the prefetch and what the error looks like. Thank you!

Hello team, when calling '/api/rest/2.0/
Hello team, when calling '/api/rest/2.0/orgs/search' response is returning error code '10000' and no info in debug. is their a documentation i can follow for this exception? I am unable to find the documentation.