Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric certified for FREE! Don't miss your chance! Learn more
We are experiencing repeated “Unauthorized” failures when running a Fabric pipeline that writes data to a Lakehouse table, even though the user and workspace have full administrative permissions.
“Can use” access on the Lakehouse artifact in Fabric, and
simple CREATE TABLE dbo.Permission_Test (...) in notebook runs successfully under the same user identity for that lakehouse, confirming general write permissions.
Solved! Go to Solution.
Hi @NaveenUpadhye
“LakehouseOperationFailed: Unauthorized” error is usually not caused by missing admin permissions. Instead, it occurs because pipelines run under a different execution identity (Workspace Managed Identity or Service Principal), which does not inherit your user permissions.
Even though your notebook can successfully write to the Lakehouse under your user account, the pipeline’s runtime identity may not have equivalent access at the Lakehouse artifact level or at the OneLake folder level.
Please ensure that the identity used by the pipeline (Workspace Managed Identity or Service Principal) has:
Hope this helps !!
Thank You.
here is the access info for lakehouse -->
Hi @NaveenUpadhye
“LakehouseOperationFailed: Unauthorized” error is usually not caused by missing admin permissions. Instead, it occurs because pipelines run under a different execution identity (Workspace Managed Identity or Service Principal), which does not inherit your user permissions.
Even though your notebook can successfully write to the Lakehouse under your user account, the pipeline’s runtime identity may not have equivalent access at the Lakehouse artifact level or at the OneLake folder level.
Please ensure that the identity used by the pipeline (Workspace Managed Identity or Service Principal) has:
Hope this helps !!
Thank You.
Hi @NaveenUpadhye
Have you had a chance to look through the responses shared earlier? If anything is still unclear, we’ll be happy to provide additional support.
Hi @NaveenUpadhye
Following up to confirm if the earlier responses addressed your query. If not, please share your questions and we’ll assist further.
Thanks for the reply.
destination is lakehouse , where I have the admin access and I mentioned earlier I can able to create or update the tables with notebook in the same lakehouse.
Hi @NaveenUpadhye
Have you validated the connection used for the destination configurations of the copy data activity? Sometimes signing in again helps. Also remember to share relevant connections if the author of the pipeline is another than the one trying to run it.
Br.
Asger
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Fabric update to learn about new features.
| User | Count |
|---|---|
| 25 | |
| 14 | |
| 10 | |
| 10 | |
| 6 |
| User | Count |
|---|---|
| 72 | |
| 68 | |
| 56 | |
| 23 | |
| 22 |