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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Fabric Update Carousel

Fabric Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.