The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredAsk the Fabric Databases & App Development teams anything! Live on Reddit on August 26th. Learn more.
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
User | Count |
---|---|
4 | |
2 | |
2 | |
2 | |
2 |
User | Count |
---|---|
10 | |
8 | |
7 | |
6 | |
6 |