Hubert-Dudek
Databricks MVP

It is automatic in DLT. If there are significant schema changes, you need to full refresh. Maybe consider storing everything (the whole JSON) in a single VARIANT column and unpacking only what is necessary later - this way you will have it under control.


My blog: https://databrickster.medium.com/

View solution in original post