I'm a bit of a muppet, it's implied but took be a second to figure out that you need to write it like this:spark.conf.set("spark.databricks.delta.schema.autoMerge.enabled", "true")
Hi Dave,You can solve this by putting your utils into a python file and referencing your .py file in the DLT notebook. I provided a template for the python file below:STEP 1: #import functions
from pyspark.sql import SparkSession
import IPython
dbut...