Forum Discussion
soumya_cg
2 years agoNew Member
403 forbidden error on querying lakehouse table using pyspark
Hi All, Need a help. I,m trying to run below query using pyspark inside my fabric lakehouse: ----> 1 df = spark.sql("SELECT * FROM Stream_Lakehouse.dbo.FACT_KPIs_LH LIMIT 1000") 2 display(df) Can...
- 2 years ago
Are you using schema enabled Lakehouse?
soumya_cg
2 years agoNew Member
Yes I,m using
frithjof_v
Community Champion
2 years agoOkay, see if the link in my previous comment helps you.
In general I would recommend not to use the schema enabled Lakehouse as long as it's only a preview feature.
I would just use normal Lakehouse without schemas.