Forum Discussion
Anonymous
2 years agoNot applicable
Lakehouse - Delta table columns not updating
Hi all, I am using a Python Notebook that's being triggered by a data factory to update Delta tables each night. In short, the process is as follows: 1. A data factory orchestrates all processes...
Anonymous
2 years agoNot applicable
Accessing the Delta tables is still in public preview, and currently serverless will synchronize a Delta table with Spark at the time of creation but will not update the schema if the columns are added later using the ALTER TABLE statement in Spark.
This is a public preview limitation. Drop and re-create the Delta table in Spark (if it is possible) instead of altering tables to resolve this issue.
Serverless SQL pool self-help - Azure Synapse Analytics | Microsoft Learn