Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2022 05:39 AM
Hi @Tássio Santos
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.
For reference-
https://docs.databricks.com/delta/delta-batch.html#schema-validation-1
you can cast the column explicitly before writing it to target table to avoid this