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

Ag12 - Hi Team I am trying to pass 2 runtime fi...

Hi Team I am trying to pass 2 runtime filter while using the visual/embed sdk for embedding the dashboard in our web app sharing the code snippet but it is taking the first one not the second one do I need to change something ----------------------------------
const runtimeFilters = []; if (columnName && filterValues?.length) {...

Mark K - Hi all - I'm trying to make some modif...

Hi all - I'm trying to make some modifications to the data panel selector in the embed instance. We only have Models that are shared with our users, so the filter just adds noise to the UI. We'd also like the tag selector to always be present. I can't for the life of me figure out how to do this with the CSS rules....
No description

lokesh - Hello Team, Is there an API available ...

Hello Team, Is there an API available to fetch users associated with a Liveboard? I have tried using api/rest/2.0/metadata/liveboard/data and tspublic/v1/metadata/details but none of them returning User related data.
Solution:
Hi @lokesh : From association do we want to know to which all the liveboard is shared? If so, please use POST /api/rest/2.0/security/metadata/fetch-permissions endpoint. Please confirm the use-case and we will be able to assist you better.

strativd - Hey team! We recently had ABAC filte...

Hey team! We recently had ABAC filters added to our tenant but the API is not working as expected. I would expect the following request to reset the user's filters, parameters, and groups, but no changes are made to the user object: ```...

Tim - 👋 I am embedding Search and using parame...

👋 I am embedding Search and using parameterized host events to pin a newly created viz to an existing liveboard. ✅ I am able to pin the viz to the given liveboard without opening the modal ✅ I am able to open the pin modal (by not providing the newVizName param. ⛔ I am unable to open the pin modal with the provided liveboardId preselected ...

Jorge Guimarães - Hi there, I've been referred ...

Hi there, I've been referred to this Discord by Pinelopi Chamalelli, I Have a couple of question regarding a (supposedly) simple icon override with ThoughtSpot Embed SDK and React 😀 The icon doesn't seem to be rendered, it can be found in https://dev-intelligence.sovos.com/icon-override.svg...
No description

Mark K - Hi I'm trying to set dataPanelCustomGr...

Hi I'm trying to set dataPanelCustomGroupsAccordionInitialState per thoughtspot.cloud/#/develop/documentation/en/?pageid=Interface_SearchViewConfig. Trying to import DataPanelCustomColumnGroupsAccordionState, but this type does not seem to be exported from the react SDK. Am I supposed to do something different?...
Solution:
@Mark K We have updated the sdk with the fix, please update at your end.

Vivek - Hi Team - We tried to import model tml ...

Hi Team - We tried to import model tml generated from DEV cluster (version 10.10.0.cl) to PROD cluster (10.9.0.cl), it is throwing error ''Internal API failed while getting answer. Column: formula_number of tested transactions not found". In previous version the formula id was 'tested transactions' and we changed it to 'formula_number of tested transactions' on DEV cluster and exported the file. We tried to import this file with changes on PROD cluster but it started giving errors. Do we know if...

Subbu - Hi Team, Can we change font only on emb...

Hi Team, Can we change font only on embed to match the rest of the application?

Brandonious - Hi team, is it possible to use th...

Hi team, is it possible to use the cs_tools to sync to stdout rather than to a file?
Solution:
Can you open a support ticket for this?

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