Forum Discussion
jonjoseph
2 years agoRegular Visitor
how to remove column from delta table?
I managed to add new columns to an existing table using df.limit(0).write.format("delta").mode("append").option("mergeSchema", "true").save(tablename) however when columns are remov...
Anonymous
2 years agoNot applicable
Hi jonjoseph ,
Thanks for using Fabric Community.
As I understand you are trying to insert a column into the target table that does not exist in the source table.
I haven't tried it, but you can refer this - MERGE on delta table with source structure change - Microsoft Community Hub
Incase if my understanding is wrong, can you please share few more details so that I can guide you better.
Hope this is helpful. Please let me know incase of further queries.