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

vladoMinion - hello everyone,I hope you are do...

hello everyone, I hope you are doing well. I need any help to make 2 parts like this image. please guide me how to resolve this...
No description

Yadi Reddy - Hi All i need a help in the follow...

Hi All i need a help in the following image i want to replace the dog image of spotter with my image how can I do that
No description

Rider[UA] - Hi all,could you help me with - hi...

Hi all, could you help me with - hideIrrelevantChipsInLiveboardTabs: true, suddenly it's stop working - I'm trying different verision @thoughtspot/visual-embed-sdk and have the same behavior could you confirm - is this bug or misconfiguration? also I have reproduce in the TS sendbox......
No description

Sindhu Shanmugam - Hi , we are facing issue wit...

Hi, We're experiencing an issue where Snowflake refuses to connect when clients try to authenticate for the first time via the portal where ThoughtSpot is embedded. Previously, after logging into ThoughtSpot, users had to manually click the "Sign In" button to open the Snowflake login page. However, it's now opening the Snowflake sign-in page automatically within ThoughtSpot. ...

Shan - Hi TS team,https://github.com/thoughts...

Hi TS team, https://github.com/thoughtspot/mcp-server Noted in the documentation that ThoughtSpot's remote MCP server can be used in LLM APIs which support calling MCP tools. I saw there is an e.g on claude MCP connector with anthropic API....

Swati - We are embedding liveboards in our prod...

We are embedding liveboards in our product, and would like to hide some options on liveboards --
No description

animesh - @Justin Mathew @Aditya like the way...

@Justin Mathew @Aditya like the way you recommended me to trigger HostEvent.UpdateParameters event instead of passing runtimeParameters props to the LiveboardEmbed react component. It seems to be working and giving desired results. I was expecting to trigger HostEvent.UpdateFilters event instead of passing runtimeFilters props to LiveboardEmbed react component, It is not working properly. Can you please have a look....

Suresh - ELMO - Hi Team. We have an embedded ap...

Hi Team. We have an embedded app with trusted authentication enabled - TrustedAuthTokenCookieless. We are provisioning user using JIT, and RBAC is enabled and properly configured. User has attached to a Group "Group 1" which has role "Role 1" which contains privilege "Can use Sage". But I am still getting 403 when I ask a question from search bar. The error message is "AxiosError: Request failed with status code 403" and fun part is we don't use axios on our FE SPA. We can run a report on that m...

Justin - I have 2 orgs, Primary (i know it sugg...

I have 2 orgs, Primary (i know it suggests to create a separate one) and staging. I created version control configs on both. Primary uses development commit branch and _ts_config config branch. staging uses staging and _ts_config I ran the commit API on the Primary org and files were commited to development branch. I PRd development into staging. I ran deploy on staging branch and get this error:...

aashna_ts - ### AMA & Code-Along: Integrating T...

AMA & Code-Along: Integrating ThoughtSpot AI into Your Web App Want to give your users a NLS experience for data? Next week’s AMA + code-along will show you how to do just that. Join us on Wednesday, August 27th at 10:00 AM PST as we conduct a live walkthough on integrating ThoughtSpot's AI conversations into any web app....

Andy - We are moving to a next.js app and wont ...

We are moving to a next.js app and wont have dynamic routes initially set up with our liveboards. How can we alter the link in an email to not be dynamic to the specific dashboard but instead just to the generic dashboards page? As it doesnt seem you can do it in the link settings page cc: @Suvash...
No description

Tim - Hello 👋 what's the best way to find all ...

Hello 👋 what's the best way to find all dependencies on a given worksheet/model? I see the dependents tab on the model page in TSC, but I have noticed it is not comprehensive.

Maksym Hevyk - Hello everyone! We’re building a...

Hello everyone! We’re building a feature with the React SDK where we list liveboards in a table. When a user clicks a dashboard name, they’re taken to a details page where we render the liveboard with LiveboardEmbed component, using its liveboardId (stored in the URL). Navigation works fine with our custom Back button, but the browser’s back button breaks because ThoughtSpot’s navigation pollutes the browser history. After debugging (using onALL to capture all events), I found that the culprit is the ROUTE_CHANGE event. It fires whenever the iframe internally updates the iframe path, which pushes new entries into the parent browser history....

Kelam Sandesh - Hi all,Can anyone please help ...

Hi all, Can anyone please help me to get answer name along with answerid while saving an answer in an embed data source please....

Saurabh Jha - Hi Guys, quick question: Is there...

Hi Guys, quick question: Is there any issue if i use the connection to update the newly added column instead creating a new dbt sync connection ?

Hi there - Thoughtspot Embed

Hi there - Thoughtspot Embed functionality question. The application we are looking to embed ThoughtSpot within already has an overall header that includes a profile and help link. As such, we would like to hide those from the top navigation, which is of course supported. However, we would still like our users to be able to access and update settings within their Profile, system language, experiences, etc. I have reviewed the documentation to see if I can determine a way to configure this and I have not come up with anything. I am wondering if this is a possibility with full app embed?...

Martin Fisher - Hi! Quick question- when using ...

Hi! Quick question- when using the thoughtspot app you can put the site in debug mode by manually adding "debug=true" to the query string. Using the embed SDK is there a way put the embed in debug mode? Is setting the logLevel to DEBUG in the init call pretty much the same or are there other things we can do?
Solution:
It seems like you can utilize the additionalFlags setting to put TS in debug mode

Saurabh Jha - Hi Team, is there any easiest way...

Hi Team, is there any easiest way to extract the list of users from TS ?

ralph.santos - Hi everyone,Is there a way to r...

Hi everyone, Is there a way to replace more than 1 icon using the iconSpriteUrl? In the examples, only 1 sprite URL is provided, so I'm assuming only 1 icon link per init config is allowed....
Solution:
https://developers.thoughtspot.com/docs/customize-icons#_override_an_icon Here you can see in point 6, on how to override multiple icons.....

ferg.rose - Hi all. We are developing a feature...

Hi all. We are developing a feature that will allow users to set up groups and handle various other admin tasks. There are two features we want to include here which I'm not sure are achievable using the thoughtspot API: 1. Querying liveboards by org 2. Sharing data workspaces with a group when creating new group Can someone shed light on whether either of these are possible?...