.format("com.databricks.spark.sqldw") \ .option("createTableColumnTypes", "Id varchar(64)") \ it is taking the default column data types (just like in the case above) instead of Id varchar(64) However, I was able do change the datatype of the 'Id' column when I changed the f...
I try to set the configuration"spark.databricks.delta.schema.autoMerge.enabled" to true But keep getting error message such as "cannot resolve column1 in INSERT clause given columns source.column2, source.column3 when I try to load new source data with only column2 and c...