cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Can you implement fine grained access controls on Delta tables?

User16826992666
Valued Contributor

I would like to provide row and column level security on my tables I have created in my workspace. Is there any way to do this?

1 ACCEPTED SOLUTION

Accepted Solutions

Ryan_Chynoweth
Esteemed Contributor

Databricks includes two user functions that allow you to express column- and row-level permissions dynamically in the body of a view definition.

  • current_user(): return the current user name.
  • is_member(): determine if the current user is a member of a specific Databricks group.

Read more about our dynamic view capabilities here.

View solution in original post

1 REPLY 1

Ryan_Chynoweth
Esteemed Contributor

Databricks includes two user functions that allow you to express column- and row-level permissions dynamically in the body of a view definition.

  • current_user(): return the current user name.
  • is_member(): determine if the current user is a member of a specific Databricks group.

Read more about our dynamic view capabilities here.

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local communityโ€”sign up today to get started!

Sign Up Now