Introduction to Microsoft Fabric
Alex Kuntz
Technical Instructional Designer
overwrite
modedf.write.mode("overwrite").format("delta").saveAsTable(table)
append
modenew_rows_df.write.mode("append").format("delta").saveAsTable(table)
Introduction to Microsoft Fabric