Handling New Columns Using Auto Loader Rescue Mode but how will get newly added column

SantiNath_Dey
Contributor

Schema evolution (rescue mode) is being triggered for a complex JSON file. However, when a new column is added in the source, it does not appear in the target table automatically for multi-level nested JSON. How can we add newly added nested columns to the target table when using Databricks Auto Loader with rescue mode?