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,

Hi team, The customer is experiencing an issue despite having whitelisted localhost. Could someone provide suggestions ? Thank you....
No description

Hey team - we opened a ticket already (

Hey team - we opened a ticket already (https://community.thoughtspot.com/s/case/500Uk00000LnIz5IAF/login-fails-with-we-couldnt-complete-your-request). It seems that API calls on your side are failing. Could you please investigate further?

Hey team,

Hey team, When using multi-org, would the different orgs would have different worksheet ids or is it possible to share the same worksheetid with mutiple orgs?...

We've noticed that Thoughtspot will be

We've noticed that Thoughtspot will be under maintenance this Saturday. Since we've embedded Thoughtspot we're wondering how we should handle maintenance from our end. We're thinking of displaying an "Under Maintenance" page if the site goes down. But will the site go down during maintenance?

I hope this is correct channel, but I

I hope this is correct channel, but I need support related an already opened case (https://community.thoughtspot.com/customers/s/case/500Uk00000OC4jd) We have embed an ThoughtSpot liveboard (without any filter) to one of our internal systems where under a specific Tab the liveboard is prefiltering on the specific customer no. which the end user is selecting. Since November now the filtering isn't working correctly even if we haven't done any further development in liveboard and/or the system where it is embedded. I have shared Abhilash today a quick demonstration and he was recording the session how it is connected. Is there a chance you can help me with this issue?...

Wanted to revive this modal discussion.

Wanted to revive this modal discussion. Have y'all found a good way to displace the iframe modal into the native modal used by the web app it's embedded in? I have the modal infrastructure for use in our app already. Just not sure how to force it to show in our modal rather than the iFrame one. https://discord.com/channels/1143209406037758065/1299091382065172572...

Hey everyone, I have questions about

Hey everyone, I have questions about initializing the Thoughtspot SDK. As far as I understand before embedding Liveboards I have to initialize SDK with ```init({ thoughtSpotHost: "https://<hostname>:<port>", authType: <AuthType>,...

Hey Team, We have embedded the App using

Hey Team, We have embedded the App using the Visual embed SDK and everything looks ok. However users are able to open the links from the iFrame into a new tab and they are taken to the main thoughtspot application. Is there any way to prevent this or alternatively take the user to our embedded application's URL
No description

Hey, having an issue with our embedded

Hey, having an issue with our embedded users. When they click sync nothing happens.

Prerender components

Hi, I'm working with the AppEmbed component and need guidance on reloading the currently active pageId. I've implemented prerendering following the documentation at https://developers.thoughtspot.com/docs/prerender#_react and based my implementation on the example provided in this CodeSandbox: https://codesandbox.io/p/sandbox/i4g9xi?file=%2Fsrc%2Fcomponents%2Fprerender%2Fprerender.tsx%3A18%2C20 ...

TrustedAuthTokenCookieless and JIT

TrustedAuthTokenCookieless and JIT provisioning can be used in conjunction right?

Hi - I’m setting up authentication for

Hi - I’m setting up authentication for an embedded TS Liveboard and trying to figure out a solution to authenticate the full range of users that will be accessing the feature. All users will need to be added to a group that will allow them to access the Liveboard. Accordingly, I am currently passing the following parameters in the api token request:

{ username, auto_create: true, secret_key: env.THOUGHTSPOT_SECRET_KEY,...

Hey hey,

Hey hey, About embedded pinboard. Is there a way to get event when a new liveboard is created. I couldn't find it in the docs. There is one for deleting, but not for creating....

hello, is there a way to modify the '

hello, is there a way to modify the 'from' email address for alerts? currently it's coming from [email protected] and i want to have it come from our company email

Also, the following is our init

Also, the following is our init invocation: init({ thoughtSpotHost: process.env.NEXT_PUBLIC_THOUGHTSPOT_HOST_URL || '', authType: AuthType.TrustedAuthTokenCookieless, username: user?.email,...

DataArray | @thoughtspot/ts-chart-sdk

Hey all, I am testing out the new ts-chart-sdk and think I found an issue with the common.types.ts. Per the doc, QueryData.data is supposed be an array of DataArray and if I run the code through a debugger, this seems correct. However the common.types.ts shows QueryData.data as DataPointsArray which doesn't seem to align: https://ts-chart-sdk-docs.vercel.app/types/DataArray.html https://github.com/thoughtspot/ts-chart-sdk/blob/main/src/types/common.types.ts...

Hello we are implementing the SDK embed

Hello we are implementing the SDK embed and running into a workflow issue. We are embedding a single liveboard for all users. However when an end-user creates their first visualization, it automatically pins to "users first liveboard" that they cannot access. Is there a way to remove their permission to create a new liveboard? Or another suggested way around this issue? Thanks!

Hey team,

Hey team, In the Visual SDK using Basic Authentication, when quickly clicking through different tabs in the navigation bar (e.g., Liveboards, Insights, Home), the AuthStatus.FAILURE event is emitted, causing the user to be logged out unexpectedly. We are embedding the components as parts of FullApp embed with our own navigation bar. Is this a known issue? @rumana-hf fyi...

Hi Swarnika,

Hi Swarnika, Thanks for the suggestion, we don't have orgs since we are on the free plan still....

Creatin audit frameweok

Hello, We are trying to setup audit framework on our portal for actions that are performed on embedded ThoughtSpot such as which liveboard was accessed, what was searched, etc. We have ThoughtSpot embedded using token authentication.