Forum Discussion
One Lake Security implementation doubts
- 9 months ago
Hi afbraga66 ,
If you need RLS to function properly, ensure your queries are run through the SQL Endpoint.
When using a notebook, use %sql for queries that require RLS, as standard Spark reads (spark.read) do not enforce it yet.Thanks for your time.
Hi afbraga66 ,
May I know if your issue is resolved? If you need any further help, please let us know.
- afbraga669 months ago
Helper III
Hey,
It is still not clear to me how is a user supposed to run spark notebooks and have the rls be applied, if a viewer user cannot run queries. Thank you.
Best regards,
Andre
- V-yubandi-msft9 months ago
Community Support
Hi afbraga66 ,
If you need RLS to function properly, ensure your queries are run through the SQL Endpoint.
When using a notebook, use %sql for queries that require RLS, as standard Spark reads (spark.read) do not enforce it yet.Thanks for your time.