🔥 3-day streak
Microsoft Fabric Analytics Engineer Associate81 / 150
Question 81 of 150

An analytics engineer ingests daily Parquet files into a Fabric lakehouse Delta table using a Spark notebook with df.write.format('delta').mode('append').saveAsTable('sales'). Today's file added a new column 'discount_code' that did not exist in prior files, and the append fails with a schema mismatch error. The requirement is to keep loading new files automatically and allow the table schema to grow when source files add new columns, without manually redefining the table each day. What should the engineer do?

Reviewed for accuracy · Report an issueNext question