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

Hi team, we are not able to add tags. Is

Hi team, we are not able to add tags. Is this a bug or are we lacking permissions?

Hi, Wondering if we have any options to

Hi, Wondering if we have any options to customize the filter on a liveboard - for example I only want my users to have the option "Exclude" certain data rather than "include" and/or I'd like to limit the values that they can filter on rather than all the values present in the data? Also I see in the documentation there is an option to contact support to remove "null" values from the filter, does this impact all filters/all fields or can you limit it to an individual field? If this is in pla...

dev-help We use the visual embed SDK

#dev-help We use the visual embed SDK process to embed entire liveboards within our portal. - On these liveboards we embed, we have multiple tabs. However, since the latest Aug 29th 24 update, when the page loads within the portal embedded liveboard - the first page loads fine, but when we click on another tab - the embed window shrinks down in size and does not take up the whole screen Screenshots attached If I zoom in using ctrl+mousewheel, the issue rectifies itself, but this is not really a helpful workaround and requires this to be done every time a new tab is clicked on...

Hi team,

Hi team, Is there a way to get row level security to apply only on the right side of an left outer join? Right now it seems to apply in the where clause effectively making it an inner join. Example use case:...

Hi TS, is there a way to support the

Hi TS, is there a way to support the HostEvent.Pin action without making this a visible action? Right now it seems like we need to enable it as a visible action, but the CSS we apply is not loaded initially and there is a janky flash of the pin button. Style block and video below... ```style: { customCSS: { rules_UNSTABLE: { '.pin-button-module__dualIntentPinButton': { width: '0',...

Hi team, is there a way to hide the

Hi team, is there a way to hide the author and tags column in the liveboards and answers table embed? I was able to hide the share and favourite columns using the hiddenActions array(Action.Share, Action.AddToFavorites) but couldn't find an option for tags and author column
No description

Hi Team, We are encountering an

Hi Team, We are encountering an authentication issue when trying to initialize the Visual Embed SDK. It works fine with TrustedAuthTokenCookieless, but we're experiencing problems with TrustedAuthToken after the recent release. I've attached some screenshots for reference. Could you please look into this?...
No description

Hey team! We are experiencing a console

Hey team! We are experiencing a console error in the Thoughtspot SDK when trying to prefetch Thoughtspot resources. This happens every time we prefetch resources and doesn't happen if we don't prefetch the resources (in addition to when we first load up the liveboard). Any idea if we are doing anything incorrectly / why this error might be coming up? Here is how we are doing the prefetch and what the error looks like. Thank you!
No description

Hello team, when calling '/api/rest/2.0/

Hello team, when calling '/api/rest/2.0/orgs/search' response is returning error code '10000' and no info in debug. is their a documentation i can follow for this exception? I am unable to find the documentation.

Hi Team, is there a way to hide the

Hi Team, is there a way to hide the other sources and only show worksheets and tables?
No description

Hi team, our team is currently using

Hi team, our team is currently using importTML endpoint, along with other endpoints, to implement object deployment across different environments. However, I am assuming, due to increase in the number of objects being imported, importTML calls fail with connection reset after 5 mins. Can you advise on how we can resolve this? I will leave the details in the thread.

How do I use GraphQL to see all of the

How do I use GraphQL to see all of the worksheets shared with a specific Group?

Hello, would someone be able to advise

Hello, would someone be able to advise the most reliable way to achieve dynamic resizing of AppEmbed? That is to say, the iframe should have a static height style in pixels which corresponds to the inner window height of the iframe contents so that we don't end up with two scrollbars in the top window. We've experimented with the frameParams and fullHeight props on AppEmbed but somehow only one of us is able to achieve the desired effect.

Hi team, I would like to highlight two

Hi team, I would like to highlight two exceptional behaviour of TSE with one of the customer. 1. they had created user groups for different use cases but they want there users to give options to explore, they are facing issue with the privileges they are giving to those groups. They are not able to access the explore functionality without the admin rights and they don't want their users to have admin privileges although they had hide all the other edit options but still this is not the expected behaviour of TSE, I had already checked that on our internal cluster. 2. they have to login to their cluster every morning to make their TSE app visible to the end users which is again not a great user experience. If they are failed to login or refresh their cluster via admin login the TSE app shows the error "Page not found", is there any thing that needs to be done there?...

Hi Team, do we have SpotIQ and Answers

Hi Team, do we have SpotIQ and Answers Reactjs embed components similar to LiveboardEmbed and SearchEmbed?