Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2023 09:06 PM
Hi @kll
This error is because of schema validation. The delta table performs schema validation of every column, and the source dataframe column data types must match the column data types in the target table. If they don’t match, an exception is raised.
Could you please refer below 2 article and see if it helps ?
For reference-
https://docs.databricks.com/delta/delta-batch.html#schema-validation-1
Could you please refer below 2 article and see if it helps ?