shan_chandra
Databricks Employee
Databricks Employee

@Maxi1693  - The value for the schemaEvolutionMode should be a string. could you please try changing the below from

 .option("cloudFiles.schemaEvolutionMode", None)
 
   to 
 .option("cloudFiles.schemaEvolutionMode", "none")
   

and let us know.

Reference: https://docs.databricks.com/en/ingestion/auto-loader/schema.html#how-does-auto-loader-schema-evoluti...

View solution in original post