cancel
Showing results for 
Search instead for 
Did you mean: 
Jerry01
New Contributor III
since ‎02-09-2023
a month ago

User Stats

  • 7 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

I am trying to override is_member() in-built function in such a way that, it always return true. How to do it in databricks using sql or python?
Can anyone please share me the example of how it works in terms of access controls?
This is the query I am trying to implementCreate function data_hide(data string)Return if(is_member('groupName'),data,'****')​Table : my_tableId Subject​1. ['Eng','Bio']2. ['Phy','Mat']​Select id, transform(Subject, x -> data_hide(x)) as new_data...
Kudos from