Forum Discussion
DebbieE
2 years agoCommunity Champion
Fabric Notebook. getting a message that the current session is using the previous Default lakehouse
I can't get rid of this message when I go to my notebook. The Delta lake it goes to has been deleted. I can see the current one in the list but its greyed out so I cant use it. And every time I ...
- 2 years ago
Hi DebbieE,
You can use the %%configure magic to set a different lakehouse as the default for your Spark session
Below is an example
%%configure { "defaultLakehouse": { "name": "FourthLakehouse" } }
DebbieE
2 years agoCommunity Champion
Fantastic. than worked. Thank you
- v-cboorla-msft2 years agoMicrosoft Employee
Hi DebbieE
Glad to know that your query got answered.
Please continue using Fabric Community on your further queries.
Thanks.