Chris Winters
TFDThoughtSpot For Developers
•Created by Chris Winters on 8/13/2024 in #dev-help
Hi all,
FWIW, it turned out to be an issue with the name of the user and group! They both had a leading number, and changing it to a letter got everything to work 🤯
4 replies
TFDThoughtSpot For Developers
•Created by Chris Winters on 8/13/2024 in #dev-help
Hi all,
Thanks for following up!
1. I've verified that RLS is not enabled on any of the tables the Liveboard's worksheet is referencing.
2. The liveboard embedding code is just about the simplest thing it can be, no filters added:
const liveboardEmbed = new LiveboardEmbed(
liveboardElementSelector,
{
frameParams: {width: '100%', height: '100%'},
liveboardId: liveboardId
}
);
liveboardEmbed.render();
3. I've also verified that the JWT that we're using has an empty object associated with 'user_parameters', so no filtering is going on there, either.
4 replies