Hello @Antonio Nuzzo ,
Thanks for the question and using MS Q&A platform.
As I understand the ask here is that you have set the Delta protocol version minWriterVersion
to 4 and you are receiving the above error while trying to update/insert the table using ADF. Please correct me if I'm not clear.
By looking at the error message my understanding is that your Databricks Runtime version is not compatible with the protocol version minWriterVersion
to 4. Error says Delta protocol version is too new for this version of the Databricks Runtime. Please upgrade to a newer release.
Which means you will have to upgrade the Databricks runtime to a compatible Delta protocol version.
For more info please refer to this document - Table versioning - Features by protocol version
Please note that Delta Lake guarantees backward compatibility
. A higher version of Databricks Runtime is always able to read data that was written by a lower version.
Delta Lake will occasionally break forward compatibility. Lower versions of Databricks Runtime may not be able to read and write data that was written by a higher version of Databricks Runtime. If you try to read and write to a table with a version of Databricks Runtime that is too low, you’ll get an error telling you that you need to upgrade.
Note: Protocol upgrades are irreversible, therefore it is recommended you upgrade specific tables only when needed, such as to opt-in to new features in Delta Lake.
Hope this information helps. Do let us know if any further queries.
-----------------------------
- Please don't forget to click on or upvote button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
- Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators