Search code examples
databricksazure-databricksrow-level-security

Row level security (RLS) in databricks


Please let me know if any one has implemented RLS security in Azure Databricks. Looks like this is not possible but wanted to post here and see if anyone has implemented this or faced this requirement and what was done to overcome this.


Solution

  • You would use Table Access Controls in order to provide fine-grained access over tables defined on object storage. Table ACLs are based off views, but if that is not sufficient you can look at other solutions like Privacera or Immuta that give more advanced capabilities for defining policies over tables.