I have created a delta table with columns . e.g. ColA, ColB, ColC, ColD. Scenario - First one notebook is writing to this delta table where dataframe has columns ColA, ColB (i.e. first 2 columns only) . Then a second notebook is writing to the same delta table where dataframe has columns ColA, ColC, ColD. When this second notebook is trying to write to delta table it is through error - "schema mismatch" (my investigation says because first notebook only wrote 2 columns). I do not want to enable schema merge option. Looking for suggestion.