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

rumana-hf - For the KPI Alert emails are we abl...

For the KPI Alert emails are we able to edit this email? We'd like to remove the advertisement to the Thoughtspot app and update the link to the Privacy Policy?
No description

rumana-hf - When executing SpotIQ Analysis, we ...

When executing SpotIQ Analysis, we get a notification email on completion. The 'Unsubscribe' link takes the user to the thoughtspot instance even though we've set it up to go to our Help website in the Link Settings. How do we fix this? Also how do we set the Adminstrator email?
No description

eric.silva - We have recently started to use Pr...

We have recently started to use PreRenderedAppEmbed in our application and have run into a quirk. No matter what I do to our local code menu items and dialogs are now stacking behind the embed. The only way I've been able to fix this is in the console with document.getElementById('tsEmbed-pre-render-wrapper-PreRenderedAppEmbed').style.zIndex = -1 Has anyone experienced something similar and found a solution?...
Solution:
Ended up just using the onLoad of the embed to fix the z-index. ``` onLoad={() => { const preRenderWrapper = document.getElementById('tsEmbed-pre-render-wrapper-PreRenderedAppEmbed'); if (preRenderWrapper) {...

Joël - Hi team,Sometimes, when I embed a live...

Hi team, Sometimes, when I embed a liveboard, the title disappears in the embedded application. How can I retrieve this title?...
No description

eric.silva - Hello all. Does anyone have any i...

Hello all. Does anyone have any insight on how to disable/control the context menu in the react app embed iframe? I've tried using the embed ref and overwriting the oncontextmenu function onload, but it did not work. Or perhaps there is a config option in TS itself? I've tried searching the docs and this discord but found nothing. Thanks in advance!

sagilaufer - Hello. 2 questions for the SDK usa...

Hello. 2 questions for the SDK usage: - is there an automatic retry mechanism? i.e. if for example search_users fail, will the SDK retry without me having to add functions for it in my code, or a single API failure means the SDK function fails? - are there rate limits for the SDK? do requests for specific users, using a generated token, are counted separately WRT rate limits?...

Regan - Hi team, I'm using the Rest API v2 to c...

Hi team, I'm using the Rest API v2 to create a connection and passing in the required databases, tables, schemas and columns. This is all working great but I also want to set up the joins as well as part of this. Is this possible to do inside the create connection endpoint? I can see that theres a relationship object on the tables object which I assume is where you would set this up but I cant find anything about what this object is https://developers.thoughtspot.com/docs/restV2-playground?apiRe...

Andy - Hello,I have (many) questions about the...

Hello, I have (many) questions about the Roles API in the Rest API v2. * Is someone able to explain why there is are 5 different privilege enumerations? * https://developers.thoughtspot.com/docs/restV2-playground?apiResourceId=http%2Fmodels%2Fenumerations%2Fprivilege...

Charlie Birch - Hi team - really simple one, bu...

Hi team - really simple one, but I want to embed the fullApp but then have the new homepage with SPOTTER enabled. When I do the fullApp embed it seems to be the older Sage experience. `const embed = new AppEmbed("#your-own-div", { frameParams: {}, pageId: Page.Home,...

Florian Nègre - Hello,Is it possible, when we...

Hello, Is it possible, when we embed all the application, to get the liveboard name and id selected by an event : ``` const appEmbedded = new AppEmbed(domSelector, { pageId: Page.Liveboards });...

rumana-hf - When Customizing Links (https://dev...

When Customizing Links (https://developers.thoughtspot.com/docs/customize-links), could I get more information on 'Generic Links'. Is it only seen in the navbar (showPrimaryNavbar: true) and no where else? Is there any other scenario where this customized link will be seen?

Suvash - Hi Team, I am trying to access the /ap...

Hi Team, I am trying to access the /api/rest/2.0/system/banner from our FE app. However, I am getting a CORS error even though the domain is listed under the Security Settings for CORS whitelisted domains Am I missing anything here? origin 'http://localhost:5173' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled....

vmcafee - Hi was the LiveboardUsers feature dep...

Hi was the LiveboardUsers feature deprecated at some point? We still see it in the docs but don't see them showing in our TS or when we embed.

Anastasios - Hey there, can someone please tell...

Hey there, can someone please tell me if there is any solution to this problem that is not very ugly : https://community.thoughtspot.com/s/idea/087Uk000000eyALIAY/detail

GM.

GM. we use the API for resetting password for users, via the SDK, and when choosing passwords we keep getting that they violate the password policy. how can we change the policy, or at least review it, so we can choose passwords for our users that aren't shared?...

rumana-hf - Hey there! When looking at the Libr...

Hey there! When looking at the Library section of the homepage in our cluster, when hovering over the empty spot of the Verified column (marked in red) we get a tooltip that says it is 'Verified' even though it is not. Any idea why?
No description

alc-aaron - Hi all, I want confirm if what I am...

Hi all, I want confirm if what I am seeing is an issue with my LiveboardEmbed or something pre-existing as an issue on Thoughtspot? When I Share a Liveboard and visit the URL I see the Liveboard but it is missing the title along with the information about the Users who are editing/views ect....

Hello guys, quick question on

Hello guys, quick question on visualisation customisation: Can the various visualisations themselves be customised with custom CSS? e.g. I'd like to be able to give these charts a border-radius and round the corners on them. Can that be done in the visualisation tools or embedded side?
No description

alc-aaron - Hi! I have a question about what I ...

Hi! I have a question about what I am unsure is a bug or not. When I am using the AppEmbed I am seeing some things not load on the UI of the embed and additionally some console errors which I have not seen previously. The following is the code for the AppEmbed which has been working fine until an unknown moment we cannot pinpoint on our end as far as code changes are concerned. ```...
No description

Noan - Hi Thoughtspot,I cannot create an org w...

Hi Thoughtspot, I cannot create an org with the same name as an org previously removed on our instance. Steps to reproduce : 1. Create an org named whatever 2. Remove it...