ThoughtSpot For Developers

TFD

ThoughtSpot For Developers

Join the community to ask questions about ThoughtSpot For Developers and get answers from other members.

Join

help

dev-help

Hi Team, while choosing source, can we

Hi Team, while choosing source, can we have the option to select only single source? Basically have only single select instead of multiselect
No description

Hi Team, we are facing this error

Hi Team, we are facing this error message in our embed from time to time. Do we have a way to check what causes this? Idenity which request is failing or timing out?
No description

Runtime filters not working

Hi, we're trying to use a runtime filter for one of our pages that embeds a liveboard (using the React SDK LiveEmbed component) and having a problem. I'm passing the following to the runtimeFilters prop but it isn't causing any change to the liveboard. ``` [ { columnName: 'True Open',...

Is Develop tab also visible for

Is Develop tab also visible for Secondary Orgs ?

What happened to customCSSUrl? I just

What happened to customCSSUrl? I just updated the SDK from 1.23 to 1.32 and I get a Typescript error that this field is no longer part of customizations.style. This is a breaking change.

Hi team, just wondering if there’s a way

Hi team, just wondering if there’s a way to change the error message text in the UI. For instance, for the "Query Timed Out" error in the screenshot below, we would like to display a different message, such as: "There was an error loading the data."
No description

@shikharTS @Aditya

@shikharTS @Aditya Hope you are fine ! Myself Mohsin from FourKites. Neelanjan Ghatak suggested me to talk with you. We are facing issue with SAML SSO Setup....

Hi team, I am trying to update the Tag

Hi team, I am trying to update the Tag through REST API V2, but I am receiving the following error:
No description

Hi

Hi For the liveboard embedding, we are specifying the nonprod org and it only can access prod liveboards. If I try a non-prod liveboard it asks to switch orgs in the embed. Is there a way to skip the option of choosing the orgs?...

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) { ...
No description

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?
No description

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,...