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

Jack - Hey, can anyone help me regarding the PO...

Hey, can anyone help me regarding the POST /metadata/search endpoint? I have a particular TS token I'm using and it can get things like tags fine but I get an empty response for liveboards.

ROJA - Hi Team, "I'm currently using the Thoug...

Hi Team, "I'm currently using the ThoughtSpot Conversation API to support follow-up questions. However, when I ask a new, unrelated question, the system still treats it as a follow-up instead of recognizing it as a new query. How can we clearly indicate or configure the API to treat certain questions as new, standalone queries rather than continuations of the previous conversation?"

locutus_dev - We do not want any of our users t...

We do not want any of our users to create custom actions. We have made it so the feature doesn't work but we can't seem to find a way to remove the lightning bolt through the SDK. We are in the progress of upgrading from 9.5 to 10.1. It would be ideal if we could solve this for both versions. Can we remove this lightning bolt?...
No description

locutus_dev - We are embedding the full app, sp...

We are embedding the full app, specifically, the Liveboards page. However, we don't want all of our users to be able to create new liveboards (limiting them only to the existing liveboards). We are in the progress of upgrading from 9.5 to 10.1. It would be ideal if we could solve this for both versions. Is there a way to remove the "+ Liveboard" button?...
No description

Mark K - Is there any way to embed the spotter ...

Is there any way to embed the spotter component without having a datasource selected by default? The SpotterEmbed object mandates a worksheetId on init (and fails to render without it). The HomePage doesn't provide an option to override/unset the datasource....

rajatgupta - Hi Team,Facing issue with pre-ren...

Hi Team, Facing issue with pre-render liveboard react components. I am trying to use PreRenderedLiveboardEmbed react component. Initially, I just give it a preRenderId and render it when my application starts. ...
No description

Vivek - Hi Team - Can you please help us in und...

Hi Team - Can you please help us in understanding how does cache mechanism works for ThoughtSpot liveboard. Where do we store the cache configuration of data, is there any documentation around data caching from ThoughtSpot?

Vivek - Hi Team - I wanted to know what tools T...

Hi Team - I wanted to know what tools ThoughtSpot is using for conducting their UI performance test. Is there any recommendation or best practices?

kvanderlay1 - I have it mostly working i was ru...

I have it mostly working i was running into issues until i gave Claude the logs and then did this:
No description