Kendall Thrapp
TFDThoughtSpot For Developers
•Created by Kendall Thrapp on 1/22/2025 in #dev-help
Kendall Thrapp - Hi all, is there a way to get ...
Sure thing. Here's the new feature request:
https://community.thoughtspot.com/s/idea/087Uk000000dy5xIAA/detail
5 replies
TFDThoughtSpot For Developers
•Created by Kendall Thrapp on 12/4/2024 in #dev-help
Hey all, I've been intermittently
Here's some trace ids for the error from yesterday:
* 873463c6-1292-40f5-b79d-a4029e170e2c
* cf20e49f-f850-48f1-b98a-8cbaf94e065d
* 402d86de-5754-4b49-a3ff-3daf8a2de7e4
* 9f4a4b23-40a7-4b02-84e7-4951581949a9
* 02c9e4fe-f7bd-4fa9-8a24-0dc463099ed8
* 0ec87550-9290-42fc-8b5c-dadca7f67c38
* 80b50787-d65e-4e9b-9996-3e91ece6b749
* 491f9a2b-6925-4274-b125-604637b7239d
* 69abaa32-4f42-4188-87cf-fb00ffbc428f
6 replies
TFDThoughtSpot For Developers
•Created by Kendall Thrapp on 12/4/2024 in #dev-help
Hey all, I've been intermittently
Sometimes it could be updating dozens of users. I'm not sure how many are being done in parallel though.
6 replies
TFDThoughtSpot For Developers
•Created by Justin Mathew on 11/19/2024 in #help
Deleted one org in our cluster and its user as well, i m creating same org again with same usernames
Just wanted to chime in to say I hit the same issue last month, but I found that if I separately deleted the user before deleting the org, I wouldn't have any issue creating the user again in the new org. Updated our process to be to always remove all org users before removing an org.
17 replies
TFDThoughtSpot For Developers
•Created by Geovane on 4/23/2024 in #dev-help
It's me again =).
Another alternative could be using custom CSS to hide the navbar elements you don't want to be visible. Inside the config object for your
AppEmbed
:
Not elegant but can do the job.
Adding text is tricker but possible using the CSS ::after
selector:
Also not elegant, but could do the trick.7 replies
TFDThoughtSpot For Developers
•Created by Geovane on 4/23/2024 in #dev-help
It's me again =).
Is that what you meant or is there a 3rd option that would be good to be aware? 🙂For our case, we just implement only our own navbar in the parent application and still use the
AppEmbed
to display the list of answers. The buttons in our custom navbar just call AppEmbed's navigateToPage
function to route to specific pages in the embedded instance, like /answer
.7 replies
TFDThoughtSpot For Developers
•Created by Geovane on 4/23/2024 in #dev-help
It's me again =).
Seconding Ashish's comment. We just hide the whole TS navbar and implement our own instead.
7 replies