Forum Discussion
Anonymous
2 years agoNot applicable
Notebook load data from a Lakehouse that's not default
Hey all, I've loaded my sources and my medallion stages into their own lakehouses for scalability and trying to keep things tidy from the get-go. I'm now in a position where it would be REALLY us...
michelmetran
1 year agoFrequent Visitor
I went through the same situation and found an answer in Spark SQL can't read lakehouse tables in a schema with an uppercase name. You need to put the following code at the beginning of your notebook
spark.conf.set("spark.sql.caseSensitive", "true")