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

AlexJ_Proc - Hey team! I ran into a weird edge ...

Hey team! I ran into a weird edge case with an API and I'm looking for clarification around what is supposed to be the correct behaviour. My companies application is making a call to the update user endpoint (/api/rest/2.0/users/{user_identifier}/update). In the app under the developer tab when I call this API it works fine updating a user when I do not have the account_status field defined. In our code though the API is failing with a 500 error stating Unable to update user state to ACTIVE from PENDING. I can make the exact same API call in the ThoughtSpot against the same user in who is in the same state and it works. My question is: is this a bug and if so which API is working correctly? Thank you in advance!...

Jessica - hi there! ive been trying to use the ...

hi there! ive been trying to use the TML import endpoint here: https://developers.thoughtspot.com/docs/restV2-playground?apiResourceId=http%2Fapi-endpoints%2Fmetadata%2Fimport-metadata-tml with create_new set to false, but it doesn't seem to respect that since it imports duplicate objects when this is still set. any help is appreciated!!

Vivek - Hi - I opened a case (Case No 00391976)...

Hi - I opened a case (Case No 00391976) where I am unable to activate a deactivated user using ThoughtSpot end-point (api/rest/2.0/users/activate). I have provided the required payload (user_identifier, auth_token and password) but getting error: "debug": "["Illegal base64 character 26"]". I have used the token available in the deactivated user response. Can you please look into this. @bill_da_golfer @Andres CalderonBD

AlexJ_Proc - Hey team! I'm working with an embe...

Hey team! I'm working with an embedded liveboard where we have the Show only relevant Filters or Parameters in a Liveboard Tab early access feature enabled. It's working as expected in ThoughtSpot but in the embedded environment it's not working. Is there something we need to pass to the embedded component like an additionalFlag to get this feature to work?

Emma Verhamme - Hi, I have a question about usi...

Hi, I have a question about using the visual-embed-sdk for embedding with React components. I am trying to use an auth type of TrustedAuthTokenCookieless. Using either the authEndpoint method and the getAuthToken method on the init function, I get the same result. I get a console error that says, "ThoughtspotEmbed.tsx:19 Received invalid token from getAuthToken callback or authToken endpoint. Error : Received invalid token from getAuthToken callback or authToken endpoint." I am wondering i...

Oldouz - Hi everyone, I have some questions abo...

Hi everyone, I have some questions about Thoughtspot's Falcon in memory database. A few technical, a few about pricing. Is this a good place to ask the technical questions?

Mope10 - Hi, I opened a case (Case No. 00388944...

Hi, I opened a case (Case No. 00388944), where Visualization was opening when Host Event Edit is triggered. i got answer that this is not a bug. i will like to say that this should be considered a bug, as it was working fine before. also opening Viz edit inside inside liveboard edit is not possible. Can we investigate what cause this breaking and if you guys can fix this.

Andy - is it possible to replace ThoughtSpot's ...

is it possible to replace ThoughtSpot's sharing modal with a custom built one using the RestAPI and SDK? (i effectively just want to restrict it such that some users are never allowed to have edit access to any content) @Suvash @rumana-hf

AlexJ_Proc - Hey team! I'm working with an embe...

Hey team! I'm working with an embedded liveboard from ThoughtSpot. I'm trying to get the manage alerts button to appear in the menu for a KPI. I've put the ManageMonitor permission and the CreateMonitor into the visibleActions prop but the button does not appear. I've tride adding a wide range of other actions to see if it's reliant on them but nothing has worked. What combination of visible actions or permissions is needed for a user to see the manage alerts button?

Suvash - Hey team, saw this being returned in S...

Hey team, saw this being returned in SDK. Is this always going to return the past date? If there is a maintenance planned in future, does it update to show the future date?
No description

RAKESHNUGURI - Hey everyone 👋We’ve had some c...

Hey everyone 👋 We raised a support ticket recently regarding drilldown capabilities in embedded visualizations, and Support suggested we reach out here to the Embed team for deeper guidance and examples. We’ve had some client requests asking if they can drill down into embedded visualizations for more insights....

Andy - Is there any way to change the backgroun...

Is there any way to change the background colour of a filter on a dashboard when it has a value selected? e.g. have Age Group filter be a different colour that it is has a field selected I have tested the filter chip css options and it doesn't seem to cover it https://developers.thoughtspot.com/docs/css-variables-reference#_filter_chips_on_liveboard_and_answers As well is there a way to be able to filters into a drop down? (we have a lot of filters on our dashboards - that we can't remove) but would like to collapse them together so that the liveboard looks less busy...
No description

Tim - Hello 👋 I'm trying to programmatically o...

Hello 👋 I'm trying to programmatically open a filter on the explore modal in an embedded liveboard. I have tried using HostEvent.UpdateFilters and HostEvent.OpenFilter. I can't get either to work. I get a timeout error. Can these events control filters on the explore modal? Or are they for something else?

Pooja - Is there a way to Import TML directly f...

Is there a way to Import TML directly from Answer or Liveboard tab in 10.1.0 software version as it was in 9.5.0 version.

Pooja - Upgrading the 10.1.0 software version, ...

Upgrading the 10.1.0 software version, the ThoughtSpot screen overflows and shows the horizontal and vertical scrollbars, this causes Liveboards and Answers vertical scrollbar goes underneath and not visible to user in the embedded environment. How we can resolve the issue.

Pooja - Liveboard page column now shows 'Last V...

Liveboard page column shows 'Last Viewed' instead of 'Modified' in 10.1.0 software version. How we can get the 'Modified' column in embedded environment?

Pooja - Hi Team, How we can remove the Tags f...

Hi Team, How we can remove the Tags filter appearing by default on Home/Answers/Liveboards page. Currently it shows blank Home/Answers/Liveboards page when no Tag assigned for the user....

Was this webinar recorded? I have a

Was this webinar recorded? I have a customer who wants to use dark mode with custom colors and I cant find much helpful info?

sagilaufer - Hello.we once got a message about...

Hello. we once got a message about a future scheduled maintenance. we'd like to have those sent over some rss feed, or reflected in a status page - along with other performance data, is there something like that Thoughtspot supports?...

srirrr@344 - Hi team, is there a way to get the...

Hi team, is there a way to get the data from columns that are not visualized in a particular visualization through a custom action? The callback custom actions on a context menu item only return data from the columns that is being visualized. Alternatively, is there is a way to get the data from "Show underlying data" screen with an API? We use the visual embed SDK