Stellnox
Stellnox
TFDThoughtSpot For Developers
Created by Stellnox on 1/6/2025 in #dev-help
Hey everyone, I have questions about
Thank you a lot!
14 replies
TFDThoughtSpot For Developers
Created by Stellnox on 1/6/2025 in #dev-help
Hey everyone, I have questions about
Well I dont have any specific example unfortunately, its just that edge case when I need to embed liveboard from different hosts.
14 replies
TFDThoughtSpot For Developers
Created by Stellnox on 1/6/2025 in #dev-help
Hey everyone, I have questions about
That's a bummer, I dont have any specific instance to share. My usecase in that I would like to embed several Liveboards from different TS hosts.
14 replies
TFDThoughtSpot For Developers
Created by Stellnox on 1/6/2025 in #dev-help
Hey everyone, I have questions about
Ok, thanks, I'll give it a shot
14 replies
TFDThoughtSpot For Developers
Created by Stellnox on 1/6/2025 in #dev-help
Hey everyone, I have questions about
Hm, interesting. So theoretically I can do something like this
init({
thoughtSpotHost: "Host 1",
authType: <AuthType>,
... // other authType dependent properties.
});
init({
thoughtSpotHost: "Host 2",
authType: <AuthType>,
... // other authType dependent properties.
});
init({
thoughtSpotHost: "Host 1",
authType: <AuthType>,
... // other authType dependent properties.
});
init({
thoughtSpotHost: "Host 2",
authType: <AuthType>,
... // other authType dependent properties.
});
Considering that credentials for both hosts is correct. And that should allow me to embed Liveboards from "Host 1" and "Host 2"?
14 replies
TFDThoughtSpot For Developers
Created by Stellnox on 3/8/2024 in #dev-help
Hey everyone, I faced some issue with
Yeah, no problem. Thanks for such amazing product! 🙂
5 replies
TFDThoughtSpot For Developers
Created by Stellnox on 3/8/2024 in #dev-help
Hey everyone, I faced some issue with
Yeah, indeed. Adding runtime filters to config works. Thanks for idea with re-rendering. Maybe you have some insight about whether this bug is going to be fixed?
5 replies