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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello,
I'm trying to read the delta tables from the Lakehouse, i'm getting the 403 forbidden error.
Same happening when i try to read with sql
Note: Enabled the schema for the Lakehouse
Solved! Go to Solution.
Currently there is a known issue when querying data from lakehouses which have enabled the schema. Please refer to the thread An error occurred while calling o321.sql. - Microsoft Fabric Community
As a workaround, try adding the following code to the top of notebook as the first cell.
%%pyspark
!echo "spark.trident.pbiApiVersion=v1">>/home/trusted-service-user/.trident-context
If the workaround doesn't work, you may need to create a new lakehouse without enabling the schema. Sorry for the inconvenience it may cause. The engineers are working on the fix now. We appreciate your patience. I will keep you updated once there is any progress.
Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!
Currently there is a known issue when querying data from lakehouses which have enabled the schema. Please refer to the thread An error occurred while calling o321.sql. - Microsoft Fabric Community
As a workaround, try adding the following code to the top of notebook as the first cell.
%%pyspark
!echo "spark.trident.pbiApiVersion=v1">>/home/trusted-service-user/.trident-context
If the workaround doesn't work, you may need to create a new lakehouse without enabling the schema. Sorry for the inconvenience it may cause. The engineers are working on the fix now. We appreciate your patience. I will keep you updated once there is any progress.
Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!
Hello @Anonymous
Thanks for the replying. After applying the suggestions and trying to read the data, I encountered the following results
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Fabric update to learn about new features.
User | Count |
---|---|
16 | |
4 | |
4 | |
3 | |
2 |
User | Count |
---|---|
36 | |
9 | |
5 | |
3 | |
3 |