Geovane
Geovane
TFDThoughtSpot For Developers
Created by Geovane on 3/13/2025 in #dev-help
Geovane - Hi team, can you help me to update an...
Ok, thanks for the response
7 replies
TFDThoughtSpot For Developers
Created by Geovane on 3/13/2025 in #dev-help
Geovane - Hi team, can you help me to update an...
Thank you so much, updating the documentation would be great 🙂
7 replies
TFDThoughtSpot For Developers
Created by Geovane on 3/13/2025 in #dev-help
Geovane - Hi team, can you help me to update an...
I was hoping to build my api payload with something like:
payload = {
"headers_update": [
{
"identifier": "my_ts_answer_id",
"type": "ANSWER",
"attributes": [
{"name": "name", "value": "Updated throughAPI"}
],
}
],
}
payload = {
"headers_update": [
{
"identifier": "my_ts_answer_id",
"type": "ANSWER",
"attributes": [
{"name": "name", "value": "Updated throughAPI"}
],
}
],
}
But I am getting an error like: {'error': {'message': {'debug': {'debug': 'Custom object id feature flag is not enabled'}}}}
7 replies
TFDThoughtSpot For Developers
Created by Geovane on 1/29/2025 in #dev-help
Geovane - [Simple New config request]Hello TS...
Ok, thanks for the direction. I created https://community.thoughtspot.com/s/idea/087Uk000000f0aLIAQ/detail Let me know if I need to provide anything else @utsav.kapoor @prateekagr98 @shikharTS 🎉
9 replies
TFDThoughtSpot For Developers
Created by Geovane on 1/29/2025 in #dev-help
Geovane - [Simple New config request]Hello TS...
Let me know if I should have posted it somewhere else too 🙂
9 replies
TFDThoughtSpot For Developers
Created by Geovane on 1/29/2025 in #dev-help
Geovane - [Simple New config request]Hello TS...
Here is @prateekagr98 @shikharTS @utsav.kapoor Case: 00383805
9 replies
TFDThoughtSpot For Developers
Created by Geovane on 1/29/2025 in #dev-help
Geovane - [Simple New config request]Hello TS...
Thank you so much @utsav.kapoor @shikharTS @prateekagr98 . I will create the ticket and post here.
9 replies
TFDThoughtSpot For Developers
Created by Geovane on 7/10/2024 in #dev-help
Hi team, I've been struggling with
API error fixed! Thank you! I will create a ticket for the Discoverability issues.
33 replies
TFDThoughtSpot For Developers
Created by Geovane on 7/30/2024 in #dev-help
Search metadata
Just checking if we had an update on this bug. We are holding a feature release because of the Embed Answer problems
11 replies
TFDThoughtSpot For Developers
Created by Geovane on 7/10/2024 in #dev-help
Hi team, I've been struggling with
No description
33 replies
TFDThoughtSpot For Developers
Created by Geovane on 7/10/2024 in #dev-help
Hi team, I've been struggling with
No description
33 replies
TFDThoughtSpot For Developers
Created by Geovane on 7/10/2024 in #dev-help
Hi team, I've been struggling with
This is how I am calling the AnswerService:
const service = await searchEmbedRef.current.getAnswerService();
const answer: TSAnswer = await service.getAnswer(); // <---- returns undefined
const service = await searchEmbedRef.current.getAnswerService();
const answer: TSAnswer = await service.getAnswer(); // <---- returns undefined
33 replies
TFDThoughtSpot For Developers
Created by Geovane on 7/10/2024 in #dev-help
Hi team, I've been struggling with
No description
33 replies
TFDThoughtSpot For Developers
Created by Geovane on 7/17/2024 in #dev-help
Hi team!
@jbc THE HERO! I still needed to make a few adjustments in my code and refs, but thanks to you I was able to get it through! THANK YOU SO MUCH !!!!
20 replies
TFDThoughtSpot For Developers
Created by Geovane on 7/17/2024 in #dev-help
Hi team!
Yeah me too at this point. I will send in a DM @jbc , but let me try once more and review the code. It was very late for me yesterday when I tired
20 replies
TFDThoughtSpot For Developers
Created by Geovane on 7/17/2024 in #dev-help
Hi team!
Thank @jbc, but unfortunately the same issue persists. I applied what you suggested. Then, after persisting with the issue I migrated my SearchEmbedComp to another file and exported that to be used on my MainComp . The code in general works, I can visualize and save Answers... However, every time the state of the button changes, my TS SearchEmbed reloads/re-render 😢
20 replies
TFDThoughtSpot For Developers
Created by Geovane on 7/30/2024 in #dev-help
Hi team! You all have been great and
Sure @yuichirio_ha , I appreciate the help! Is this commit enough for that? https://github.com/thoughtspot/visual-embed-sdk/pull/1177/files
5 replies
TFDThoughtSpot For Developers
Created by Geovane on 7/17/2024 in #dev-help
Hi team!
You could pass onData={onDataReceived} the function directly.
@jbc That is right, I did that too later but the issue persisted 😅 At some point I start to try so many things when I am in scenarios like that, that I literally try everything 😅
20 replies