Azure – Delta Live Table ignoring the defined schema
Using autoloader, I am reading some continues data from storage to Databricks Delta Live table. The declaration of data pipeline is as follows. import dlt from pyspark.sql.functions import * from pyspark.sql.types import * sch = "StructType([StructField('Date', StringType(), True), StructField('machine', StringType(),…