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

Jessica - hi there! Im trying to update the ico...

hi there! Im trying to update the icon sprite url here (https://developers.thoughtspot.com/docs/customize-icons), but I can't seem to point to my local assets folder at localhost as I get various errors (ie. Failed to load resource: the server responded with a status of 403 () when I point it to the http even though I've added to all the security settings) does thoughtspot support pointing to my localhost folder here?

lathish - Hello,I am trying to change the spot...

Hello, I am trying to change the spotter icon, got a doubt on the format of the new custom icon . Can the new icon be an .png or .jpg or is there any restriction that it should only be an .svg file?(The documentation does not have any details about the format) Thank you, Lathish...

AlexJ_Proc - Hi there! I'm currently working on...

Hi there! I'm currently working on embedding Thoughtspot into my companies application. We're logging in users using JIT using the custom token endpoint. The problem I'm running into is we need to update the users groups depending on what permissions have changed within our system. Based on the docs it looks like JIT does not update a users groups once they have been created. Is there a way to update a users groups through the API using a secret key versus logging in a service account and having...

ashish - @everyone Please join ☝ .. we will be...

@everyone Please join ☝️ .. we will be talking about dark mode today.

TomerLand - Question: what is the maximum items...

Question: what is the maximum items can be returned by user search API if I'm providing the record_size: -1 option? can I count on it that it would return all the users that match the search critiria without pagination?

Jessica - hi there another app embed question -...

hi there another app embed question - can we customize the columns in the library table when embedding the new modular homepage?

Jessica - hi there!im trying to use the app em...

hi there! im trying to use the app embed, but I am unable to customize the KPI colors as the color is being applied as style and I can't determine based on the style if it should be increasing or decreasing: <div class="homepage-watchlist-modulepercentageChangeContainer" data-testid="percentage-change" style="background-color: rgba(240, 65, 82, 0.1);"><svg class="homepage-watchlist-modulearrowIcon icon-moduleiconStyle icon-modulexs icon-moduleblack" data-testid="percentage-arrow" data-radiant-v2="true" style="fill: rgb(240, 65, 82);"><use xlink:href="#rd-icon-arrow-down"></use></svg><h6 class="typography-modulecontent-label-subhead typography-modulebase typography-modulewhiteSpace typography-modulenoMargin" style="color: rgb(240, 65, 82);">0.07<span class="homepage-watchlist-modulepercentageIcon">%</span></h6></div> are there any workarounds for this?...

Neerav - Do join us for this week's AMA session...

Do join us for this week's AMA session tomorrow at 10:00 AM PST to get your questions answered live by our in-house experts. Register here: https://thoughtspot.zoom.us/webinar/register/WN_SnKksh5DTiWgGg06jkN6Rw#/registration

Neerav - Hey guys, here's the recording of the ...

Hey guys, here's the recording of the code along session from our last AMA where @ashish shows how to embed Spotter in your own app: https://drive.google.com/file/d/1Ess9uhQRAEKu4z3dhmBy9nO4k9BJJUH6/view?usp=sharing

Farzaneh - Hello, we're using multiple TS livea...

Hello, we're using multiple TS liveaboards integrated into our application, and there is a date filter on all these liveaboards. How can we keep the date filter synced among all the liveaboards? Also, we need to cache the last filter selected range and load the same date range on the next load. Is there any implemented solution in TS for this?

Tim - Hello 👋 I was told release 10.7 will inc...

Hello 👋 I was told release 10.7 will include 3rd party integration features for things like FullStory for example. Is this true? And if so will it also allow integration with Chameleon? I use this tool for in-app tours and pop-up messages about new features, and it struggles with my ThoughtSpot embeds due to the iframe security limitations.

Suvash - Hi team, using the EmbedEvent.RouteCha...

Hi team, using the EmbedEvent.RouteChange, for the insights, we can capture the /insights/insight/3f2504e0-4f89-11d3-9a0c-0305e82c3301 that comes from the Page.SpotIQ lists. But how do we embed this particular insight when the user clicks on the items from the list? We would want to navigate away to a different page rather than within the embedded content? I couldn't find anything in the doc. Similarly, for visualisations with modals, what is the configs for displaying that separately? i.e. /insights/pinboard/d9b2d63d-a233-4123-847a-7d1b1f1a1b1e /tab/f47ac10b-58cc-4372-a567-0e02b2c3d479 /a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11 ...

TomerLand - Hey, I'm using the AppEmbed react c...

Hey, I'm using the AppEmbed react component to render a liveboard and I have a weird issue where a new user sees the following button. What is the prop that should be passed to hide this section?
No description

Tom Ford - Hey TS, I have an issue with the Li...

Hey TS, I have an issue with the LiveboardEmbed (which im using in a React app) When a user navigates away from our site and then returns after an hour (after their token expires) then they are shown "Not logged in" Is there a way to make sure that they remain logged in. I was informed that autoLogin: true passed as a prop to the init should help with that but I'm not so sure that is correct compared to what it says in your types.ts for the EmbedConfig....
No description

adhithiyan - As given in the documentation, We...

As given in the documentation, We tried setting up is_hidden: true to a parameter definition using a model's TML. We expected that the parameter will be hidden in search data but we still see it. Any help is much appreciated
No description

Sindhu Shanmugam - Hi , we are facing a Embed S...

Hi , we are facing a Embed SDK issue , AuthStatus.SUCCESS is not triggered. The callosum/v1/session/info endpoint is returning a 401 Unauthorized error when triggered from within the ThoughtSpot module. This prevents the Success event emitter in the init callback function from being triggered, causing the metadata search API call to fail. However, when the callosum/v1/session/info API is called directly from the code, it returns a valid response.

TomerLand - Hi, I have an embedded component, a...

Hi, I have an embedded component, and I'd like to remove this Custom Actions option. Is that possible? I couldn't find it in here
No description

Farzaneh - Hi,We are working on adding alerts...

Hi, We are working on adding alerts to our existing liveboards, which require both the "createMonitor" and "manageMonitor" actions. However, when we try to add the "manageMonitor" action as a visible action on our liveboards, it does not appear on the actions list for the KPIs. In contrast, the "createMonitor" action has been successfully added to the liveboard. I attempted this in our application with integrated Thoughtspot liveboards and in the TS playground, but it didn't work in either case. We assume the Action.ManageMonitor action (source: https://developers.thoughtspot.com/docs/Enumeration_Action#_managemonitor) should show the "Manage alerts" option. When we pass it to the liveboard embed or in the playground, the option is still not visible. Please refer to the attached screenshot that shows only the "create alert" action has been added to the liveboard....
No description