'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 1:[1]

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.

Solution 2:[2]

To get a sense for how these solutions work, you can get a trial from www.immuta.com/try and here is a tutorial on row-level access controls using Immuta for Databricks on Azure:

Full disclosure: My team produces content for data engineers at Immuta and I hope this helps save you some time in your research.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Silvio
Solution 2 Sumit Sarkar