Forum Discussion
ContractRick
2 years agoFrequent Visitor
Row Level Security Breaks Copy Data Overwrite
I have a lakehouse that I pull tables into via a Pipeline Copy Data activity. The source is a local SQL server and the destination is a table in the lakehouse set to overwrite. This works great until...
frithjof_v
1 year agoCommunity Champion
Is this the issue you are encountering?
ContractRick
1 year agoFrequent Visitor
Yes, and the "workaround" is what I have already described in one of my own replies on this topic. We gave up on this form of RLS due to the security implications of said workaround as well as the limitations of direct query mode. Forcing Direct Lake mode, using a fixed identity, and applying RLS on the semantic model works well for us.