Hi all,
I’m writing Delta tables in a Spark notebook, partitioned by a date column.
Usually I do a full overwrite, but I’m thinking of switching to:
.option("partitionOverwriteMode", "dynamic")
Has anyone tested this option in Fabric?
I’d be curious to hear your feedback or gotchas.
Thanks!