Lexi Wagner
TFDThoughtSpot For Developers
•Created by Lexi Wagner on 2/5/2025 in #dev-help
Lexi Wagner - Hello, we are embedding TS into o...
Thank you for the quick reply!
Do you know if there are plans to do that at any point, or is that a security issue and not something you will ever support?
4 replies
TFDThoughtSpot For Developers
•Created by Lexi Wagner on 12/17/2024 in #dev-help
Hello we are implementing the SDK embed
okay thank you, that is helpful!
2 replies
TFDThoughtSpot For Developers
•Created by Lexi Wagner on 12/4/2024 in #dev-help
hello! I am trying to implement RLS for
is option 1 you provided above available in production environments?
or is it this feature that is not yet available in production? https://origamirisk-dev.thoughtspot.cloud/#/develop/documentation/en/?pageid=abac-user-parameters
8 replies
TFDThoughtSpot For Developers
•Created by Lexi Wagner on 12/4/2024 in #dev-help
hello! I am trying to implement RLS for
thank you for those suggestions! we will try those approaches
we are just using SQL Server right now for data storage
8 replies
TFDThoughtSpot For Developers
•Created by Lexi Wagner on 12/4/2024 in #dev-help
hello! I am trying to implement RLS for
thank you! yes that works for runtime filters. I just tried ['{Null}'] for RLS and it did not work. it returns {Null} in the table but I tried that as well with no luck
8 replies
TFDThoughtSpot For Developers
•Created by Lexi Wagner on 12/4/2024 in #dev-help
hello! I am trying to implement RLS for
I am actually trying to find a solution for how we can create a group that applies RLS to records with a null value in a column
my syntax is
ts_groups = to_string(column)
this is working when I set up groups for column values (i.e. I set up a group with name 1 and it filters correctly to where that column value = 1) ; however it is not working if I set up a group for null to try and apply RLS to restrict user access to records where that column value = null
8 replies
TFDThoughtSpot For Developers
•Created by Lexi Wagner on 12/4/2024 in #dev-help
hello! I am trying to implement RLS for
I am using this documentation: https://docs.thoughtspot.com/cloud/latest/security-rls-concept
I tried these variations: null ; Null ; NULL ; {Null} ; {null} ; '{Null}'
8 replies
TFDThoughtSpot For Developers
•Created by Lexi Wagner on 11/25/2024 in #dev-help
RuntimeFilterOp
Thank you very much - we did not add quotes around it since it is not a string, but we will try that!
3 replies