Data Masking issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 08:26 PM
Hi Team,
After successfully creating a group and populating it with members, I am facing the problem of the is_member() function always returning False, despite the user being part of the group. This issue is specific to my sandbox Databricks Account. How can I rectify this situation?
Note: is_member() only available on Unity Catalog enabled Workspace?
- Labels:
-
DataMasking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 02:52 AM
Can you post your code? I use the 'is_account_group_member' in my code as follows.
Also note there is a alternative to Dynamic Views that is preferred. It's named 'Row filtering and Column masking'. Go here to learn more:
https://docs.databricks.com/en/tables/row-and-column-filters.html

