Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
DebbieE
Community Champion
Community Champion

working with a Bronze Delta Lake and a Silver dataLake

I have created a Notebook and added the Bronze Delta Lake  to transform the data in there

 

Now I want to create Delta tables from them 

 

df.write.mode("overwrite").parquet('Files/Data/Silver/datatransformed.parquet')
 
However, this just creates a Filver Folder in the Delta Lake and I want to save to another data lake? SilverTrainingDL
 
Is there any way of doing this?
1 ACCEPTED SOLUTION
4 REPLIES 4

Ah  It worked when I did this

 

df.write.mode("overwrite").option("overwriteSchema", "true").format("delta").saveAsTable("GoldTraininglh.dimContestant")
jjaeger94
Helper II
Helper II

If you add the Silver Lakehouse to your notebook and then

Copy the ABFS path to the files, that will be the path you want to use to write the file to.

jjaeger94_0-1719591776726.png

 

I have the Bronze Lakehouse added but I dont know how to add another Lakehouse tob the notebook so i have two?

 

Ahhhh OK, You can add another one. Lets see if I can do the above......

 

When I right click on the Tables folder in the notebook all I get is refresh. No copy ABFS path because nothing is there yet. 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June FBC25 Carousel

Fabric Monthly Update - June 2025

Check out the June 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.