Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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 start spark I get this message. Even though the code works (Up to creating the PARQUET file from the data frame I have created) can anyone tell me how to resolve this because I have been trying all mroning
Solved! Go to Solution.
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"
}
}
Fantastic. than worked. Thank you
Hi @DebbieE
Glad to know that your query got answered.
Please continue using Fabric Community on your further queries.
Thanks.
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"
}
}
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Fabric update to learn about new features.
User | Count |
---|---|
16 | |
4 | |
4 | |
3 | |
2 |