Data Masking issue

Phani1
Databricks MVP

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?

mark_ott
Databricks Employee
Databricks Employee

Can you post your code?  I use the 'is_account_group_member' in my code as follows. DV1.png

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