Forum Discussion

sahinad's avatar
sahinad
Frequent Visitor
8 months ago
Solved

OneLake RLS Security on Materialized Lake Views

Hi, I couldn't find anywhere an explicit statement that OneLake RLS Security is not supported yet on materialized lake views. I have tested it before on tables and it's worked fine. However, it is...
  • nielsvdc's avatar
    8 months ago

    Hi sahinad, RLS is enforced only on base tables; applying it to MLVs is not yet support. That is because MLVs are persisted query results managed by Fabric, but they are not treated as standard Delta tables for security purposes yet.

     

    Hopefully the support will get on the roadmap soon.

     

    Hope this helps. If so, please give kudos 👍 and mark as Accepted Solution ✔️ to help others.