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

Ashutosh Patil - Hi Team,How can I increase th...

Hi Team, How can I increase the timeout of "SpotterEmbed"? After few ideal time , if user asked the queston, we are receiving this error : { "error_type": "GENERIC_ERROR",...

Ashutosh Patil - Hi Everyone,Can someone pleas...

Hi Everyone, Can someone please quicky tell me, how to change username in "SpotterEmbed" ? Please check attached screenshor, that R on search bar. How I can change the username...
No description

Ashutosh Patil - Hi TeamWe are trying to overr...

Hi Team We are trying to override the default Spotter (dog) icon in ThoughtSpot embedded UI using a custom SVG icon, but it's not taking effect despite following the official documentation. - I created and hosted a custom SVG file on GitHub and used jsDelivr CDN to serve it. - Here’s the hosted SVG file URL I’m using for the icon: https://cdn.jsdelivr.net/gh/Ashutosh-Thinkitian/spotter-icon/assets/image2vector.svg - I have added this URL into the init() method of the embedded Spotter instance like this:...

roopesh - Hi everyone,I'm looking for your ins...

Hi everyone, I'm looking for your insights on the following: Is it more beneficial to use a single connection for all the different models we build in ThoughtSpot, or to use separate connections for each model? What are the pros and cons of each approach, and what would you recommend based on your experience? ...

aashna_ts - ### AMA & Code-Along: Pre-render Co...

AMA & Code-Along: Pre-render Content for a Faster Embedded Experience Tired of your embedded analytics making users wait? Join our weekly developer AMA and code-along this Wednesday, July 9th at 10:00 AM PST to learn how to deliver a lightning-fast experience. This week’s hands-on topic: Pre-rendering Content for a Faster Embedded Experience...

Ashutosh Patil - I have integrated "SpotterEmbe...

I have integrated "SpotterEmbed"in my application. I want to to do customization in table, such as add column summary,etc. I am able to do it for a specific question from "Reference questions" , but how to update table properties globally, so I can get the same as per my configuration in my application ?
No description

Morty - Hi! I'm having my website that implemen...

Hi! I'm having my website that implements my own oAuth login flow. I want to users to be able to log in to my website, then my backend logs into Thoughtspot, and then it generates a token so the frontend user can see directly Thoughtspot liveboards (without having to type its username and password on the Thoughtspot login screen)

Binu Manoharan - Hi, I am having CSP issues whe...

Hi, I am having CSP issues when embedding the application and I think I've updated the settings correctly in thoughtspot security settings. Would anyone be able to point me in the right direction?

hamza sajjad - Hi, I want to embed the spotter ...

Hi, I want to embed the spotter chatbot of thoughtspot on my customer web portal with row level security. I want in such a way that when a user write any question in natural language, he gets the answer in the form of charts/visuals/dashboards Any guidance, assistance will be helpful. Thanks in Advance 🙂...

Ashutosh Patil - Hi Team, I have implemented "S...

Hi Team, I have implemented "SpotterEmbed" in React project using "@thoughtspot/visual-embed-sdk": "^1.39.2", I am getting unnecessary extra space in spotter, because of this the extra scroll bar is appearing which is missleading the user experience. Can you please help me or guide me to solve the problem?...
No description

Suvash - Hi team, we can see a weird top margin...

Hi team, we can see a weird top margin in the ebmedded app. V10.10.0.cl-73. Passing the following in rules_UNSTABLE as workaround for now. '[data-testid="custom-sprite-override"]' : { 'display': 'none', }...
No description

Mark K - Hello. In SearchEmbed there is a confi...

Hello. In SearchEmbed there is a config useLastSelectedSources. My assumption on how this would work given the following scenario: * User selects Model C from data source * User refreshes the page ...

Suresh - ELMO - Hi, I am experiencing another i...

Hi, I am experiencing another issue around import groups. When payload of this API contains the existing groups, it throws 500 without any helpful error message. I am using typescript SDK. First time I ran below API worked but subsequent API call is throwing 500, Is this expected behavior? curl --location '<host>/api/rest/2.0/groups/import' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' ...
No description

Sam Gupta - Hi Team, We are facing an issue w...

Hi Team, We are facing an issue where after embedding a liveboard in our UI, we cannot see parameters for a particular liveboard but can for another one.. We've tried to set a particular view as well with parameters present and there doesn't seem to be differences with the one that's working. Any ideas?...

Hayden - Hi,I’ve just been looking at the aud...

Hi, I’ve just been looking at the audit log through the API. Every ~30 seconds there is a LOGIN_FAILED event from user “svc.<mycompanyname>”. Is this expected? It’s not familiar to anyone here...

Binu Manoharan - Hi Team,We are trying to emb...

Hi Team, We are trying to embed a liveboard within our application and are running into issues. We've tried to implement it similar to how it is done on the react sample app. We don't see an obvious console or network error. Would someone be able to help investigate it further?...
No description

Anatoly - Hi team!I'm using <AppEmbed /> and I...

Hi team! I'm using <AppEmbed /> and I have a question regarding 'init()' process and embed events. I'm considering a case where there's a long delay between the 'Init' and 'AuthInit' events without any further outcome, and the 'AuthExpire' or 'Error' events don't trigger. Additionally, the subscriptions 'authStatus.on(AuthStatus.SUCCESS)' and 'authStatus.on(AuthStatus.FAILURE)' aren't firing either. ...

MarcBz - I'm looking how to embed a certain liv...

I'm looking how to embed a certain liveboard on my website

selektionsrest - hey guys, I want to test the T...

hey guys, I want to test the TS MCP integration into open-webui. If you a re onto this as well, let me know. I am not sure yet what the best approach could be (maybe MCPO), still testing and learning....