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

Creatin audit frameweok

Hello, We are trying to setup audit framework on our portal for actions that are performed on embedded ThoughtSpot such as which liveboard was accessed, what was searched, etc. We have ThoughtSpot embedded using token authentication.

Hello team,

Hello team, a quick question regarding custom actions. 1. I have written an REST API that returns a csv file as response and integrated it with ThoughtSpot custom actions. When I inteteract with custom actions via widget csv file does not get downloaded. So what I was wondering is if downloading a file from an custom actions is a valid use case? 2. How do I add clientid and clientsecrect to custom actions so that ThoughtSpot would get a machine to machine token for authenticating ?...

Hi Team! Is there a swagger endpoint for

Hi Team! Is there a swagger endpoint for the 2.0 version of the REST API?

Hello,

Hello, I have a requirement regarding a liveboard. Currently, a filter is applied when a value is selected. I need to provide a one-click solution to reset the filter to its default state (no value selected). Would adding a hyperlink with the same liveboard URL in the liveboard description achieve this functionality? ...

Hey there, I'm using the Visual Embed

Hey there, I'm using the Visual Embed SDK and React and embedding the list of dashboards using App Embed as follows: `` const embed = new AppEmbed(#my-div`, { pageId: Page.Liveboards, })...

Hey folks, I am looking for Thoughtspot

Hey folks, I am looking for Thoughtspot Integration with JIRA; i.e creating issue using TS custom actions, trigger it from contextual menu using the jira issue api in custom actions URL, will this be possible, if not , are their any alternate options.

CSS variables reference

Hey there! Do we have list of icons in thoughtspot that we can customize? I'm looking for something similar to https://developers.thoughtspot.com/docs/css-variables-reference but for icons (preferably with an image of the actual icon used)

Hey folks. I'm having a niche problem

Hey folks. I'm having a niche problem with thoughtspot's query engine. Basically: we've moved data sources from Google BigQuery to MySQL. Everything is good except for "Weekly" aggregations. It looks like the MySQL dialect for "weekly" is ADDDATE(ta_1.created_at, -WEEKDAY(ta_1.created_at)) AS ca_1, ...

we're using the hyperlink syntax that I

we're using the hyperlink syntax that I got from the docs:
concat({caption}value{/caption}link)
concat({caption}value{/caption}link)
...

Hello! I'm embedding a liveboard with

Hello! I'm embedding a liveboard with Thoughtspot Embed. When adding alerts, I would like to be able to subscribe a group of users at a time by role. For example, all users in the "managers" role. Our role information is handled within our app though, and thoughtspot isn't aware of it currently. How can I go about this?

LB Title

Hi Team/@shikharTS/@Justin Mathew , I am embedding a Liveboard in our application using ThoughtSpot Embed. Despite setting showLiveboardTitle to true in the LiveboardEmbed object, the Liveboard title is not displaying. Below is the sample config which i am using liveboardEmbed = new LiveboardEmbed(this.tsRender.nativeElement, { liveboardId: this.liveboardId, frameParams: { width: '100%', height: '100%',...

Hi Team,

Hi Team, If we need to embed each tab of the same liveboard into different sections of a webpage, do we need to embed the liveboard twice on those two pages and hide the other tabs for their respective pages? Or is there a way to achieve this by embedding the liveboard only once?...

Hello, we recently rolled out an

Hello, we recently rolled out an integration with our site and ThoughtSpot. We did a delayed rollout where only 10% of our clients were using it and everything was fine but now we've rolled it out to all of our clients the Fetch Permissions of Principals API endpoint (2.0/security/principals/fetch-permissions) is extremely slow for a seemingly simple request that returns no data. Specifically we're using it to get what's shared with a set of groups like this: ``` { "principals": [{": "c56267e9-4136-4424-8e2d-db31888e7623","type": "USER_GROUP"}], "record_offset": 0,...

Hey all, I've been intermittently

Hey all, I've been intermittently hitting an odd FAILED_TO_COMMIT error when updating users via the v2 REST APIs. Specifically, when calling /api/rest/2.0/users/{userid}/update, we sometimes see:
[500 Internal Server Error] during [POST]: [{"error":{"message":{"debug":{"code":14009,"incident_id_guid":"some-guid","trace_id_guid":"some-other-guid","debug":"[\"Error Code: FAILED_TO_COMMIT Inc... (414 bytes)]
[500 Internal Server Error] during [POST]: [{"error":{"message":{"debug":{"code":14009,"incident_id_guid":"some-guid","trace_id_guid":"some-other-guid","debug":"[\"Error Code: FAILED_TO_COMMIT Inc... (414 bytes)]
Has anyone else encountered this before and/or have any suggestions? We do have an open support ticket with ThoughtSpot, but they suggested asking here too....

hello! I am trying to implement RLS for

hello! I am trying to implement RLS for our embedded application but am running into something I would appreciate help on. I am able to create groups to apply for records with data, however we have a use case where we also need to apply RLS for null values. I created a group and tried many variations of null, but none worked as expected. is this possible, and if so, what is the correct syntax to use for the group name? Thank you!

Homepage Spotter details access.

Hi team, another one on the Spotter from the home page. With the full app embed, when we search from the Spotter, it navigates to the /insights/conv-assist within the ThoughtSpot environement. Is there a way to capture the datasource id and the question from the user, so that we can navigate it to a different page or show it on a modal? Otherwise, there is no proper way to provide the user to navigate back to the home page.

ICON Customization

Hey team, is there a place where we can find the names of the logos/icons used within the ThoughtSpot environment. For example, if we want to replace the icon for Spotter, is it possible?

Hey guys... You helped me fix an issue

Hey guys... You helped me fix an issue with my ability to access the security settings yesterday but it seems to have broken our ability to switch orgs. Can we flip the auth token flag back? I am not sure what it does but I suspect that to be the issue.... is that the per org Auth Token?

Sage Default Source selection for homepage

Hey team, using the full app embed, in the home page, is it possible to provide a default data source for the Spotter?
No description

hi there! is it possiible to add a tag

hi there! is it possiible to add a tag to the (Sample) Retail - Apparel worksheet in our org and make this worksheet editable?