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

Suresh - ELMO - We are getting '404' on Users a...

We are getting '404' on Users and Groups page, already created a support ticket but raising it here if we can get quick answer. We have recently enabled RBAC but I am not sure if it has anything to do with the issue we are seeing.

Suresh - ELMO - I am using typescript SDK (REST...

I am using typescript SDK (REST API V2) for importing Groups using GroupsApi.importUserGroups and saved id and name of groups created from API response. Then later tried to use that group_id to share models using SecurityApi.shareMetadata but says principal does not exist. Then I ran /api/rest/2.0/groups/search API call for that org, the ID in the search group response does not match with ID we got as part of importUserGroups response. I used group name as identifier for now but interested to k...

Friederike - Hi, I am looking for support on Mu...

Hi, I am looking for support on Muze Studio, Chat Support reffered me here. Let me know if any other channel is fitting more. I have the following situation that I am trying to generate a combination chart but to start with any chart with two or more measures would be helpful. So when I open a Search in TS and pick two measures and a date I get e.g. two bars as expected but after switching to Muze Studio one measure always disappears and modifying the JS Code according to the code examples ususally lead to empty renderings. Any hints are welcome....
No description

rohitkanchan - If i select worksheet in an answ...

If i select worksheet in an answer and save it. After saving if i add a field to worksheet , created answer source would have that? Or do i need to deselect source and select again?

aashna_ts - ## 🚀 AMA & Code-Along: Embedding T...

🚀 AMA & Code-Along: Embedding ThoughtSpot Liveboards with Android SDK Ready to bring interactive analytics to your Android apps?
Join our weekly developer AMA and code-along on Wednesday, June 18th at 10:00 AM PST! ...

Max - Hello team,I am working on automation of...

Hello team, I am working on automation of our sources to ThoughtSpot to minimize time to delivery, could you help guide to me right API calls, if they exist? Idea of my workflow is: I have source: Simple existing Table inside Source (Snowflake, BigQuery) ...

saad - Hello Everyone , kindly help we have an ...

Hello Everyone , kindly help we have an issue with the connection in thoughtspot when connecting to supabase cloud using Transaction pooler getting error as :Connection to Postgres could not be established. FATAL: Max client connections reached Where my SHOW max_connections is giving :60, pool size is 15 , Max Client Connections is 200 in supabase settings. Thanks....

Brandonious - Hi team, I'm looking over the doc...

Hi team, I'm looking over the doc for creating custom links in embedded: https://visual-embed-sdk.vercel.app/docs/customize-links#_create_dynamic_routes_for_thoughtspot_pages_in_embedding_app The document states I should be able to do something like this: {web-app-name}.{your-domain}.com/analytics/dashboard/{liveboardId} ...

Neerav - This Week’s Developer AMA + Code-Along...

This Week’s Developer AMA + Code-Along
đź“… Wednesday, June 12th at 10:00 AM PST
🎙️ Led by: @Rousan Ali 🧠 Topic: Creating Amazing Charts with Muze Studio ...

lokesh - Hello Everyone, I recently updated to ...

Hello Everyone, I recently updated to the latest version of Thoughtspot Embed and observed the warnings mentioned in the screenshot related to url-query-params. Any idea of this warnings ?
No description

Nemanja Drakulovic - Hi everyone!We have a cas...

Hi everyone! We have a case (#00397795) we need some help on, if anyone has a minute 🙂 On Thoughtspot when the no data is available on a PIVOT widget, a prompt 'Cannot display the chart. No data found for this query. Try changing your filters.' On our embed, this message / prompt is not getting rendered and it shows a white space which does not give a good user experience...

Carolyn - Hi team, cross posting this issue one...

Hi team, cross posting this issue one of my customers is experiencing right now. Is someone able to help investigate? "Pivot table with no data shows an empty block instead of rendering the 'No data found' message" - On Thoughtspot when the no data is available on a PIVOT widget, a prompt - 'Cannot display the chart. No data found for this query. Try changing your filters' On our embed, this message /prompt is not getting rendered and it shows a white space which does not give a good user experience."...

Érico - Hello all!I'm configuring a RLS rule ...

Hello all! I'm configuring a RLS rule where each user is only able to see data relative to their company. In this case we use the company ID from our database as the ThoughtSpot group's ID. In RLS we can use two variables (ts_groups and ts_groups_int), but it isn't clear what we're getting by using ts_groups_int. Is it our company ID (which is integer) or some TS internal one?...

Mohsin Manzoor Bhat - Hi Team.I am facing one ...

Hi Team. I am facing one issue while adding Runtime filters. Here is my code ...

Pooja - Do we have ThoughtSpot V2 API endpoint ...

Do we have ThoughtSpot V2 API endpoint similar to V1 API endpoint /tspublic/v1/user/sync used for Synchronizes user and group properties from an external database with the user data on ThoughtSpot.

Suvash - Hey team, What does the SpotIQFollow a...

Hey team, What does the SpotIQFollow and ExplainInsight in the action does? Where can I see it in UI? https://developers.thoughtspot.com/docs/actions I couldn't see them in the docs?...
No description

Graeme - Hi - I have seen the exciting annoucem...

Hi - I have seen the exciting annoucements around MCP server for ThoughtSpot and can see one ona. github repo that looks to be published/owned by yourself but the liscene file is not valid. Is this the official MCP server that is being talked about at Summit, or is there another version I should be looking to - Anyone leveraging this yet?

Mark K - Hello, I'm trying to create a custom d...

Hello, I'm trying to create a custom dataSource selector. (ignore the janky UX, just exploring). I use the below to change the datasource: ``` searchEmbedInstance.trigger(HostEvent.Search, { searchQuery: '', dataSources: [newDataSource],...

Florian Nègre - Hi team,/api/rest/2.0/auth/tok...

Hi team, /api/rest/2.0/auth/token/full with auto_create = true What is the expected account status of the created user ? During my first attempts weeks ago, it was ACTIVE, but now it's PENDING and groups assignement (group_identifier attribute) seems to be broken. I have created a case here...
Solution:
Hello @Florian Nègre : The attribute should be group_identifiers (plural) instead of group_identifier. This mismatch is causing the incorrect expectations. Could you please update the payload accordingly? Hope this helps....