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?
Anonymous
1 year agoNot applicable
Hi soumya_cg
The issue seems to be partially fixed. I can read data from a schema enabled lakehouse now but I need to pin it as the default lakehouse of my notebook. Otherwise it returns me a "[REQUIRES_SINGLE_PART_NAMESPACE] spark_catalog requires a single-part namespace“ exception.
I will keep tracking this issue and update if there is any further progress.
Best Regards,
Jing