Hello,
In dataflow of the foreach loop in ADF pipeline gives the following error for some of the items in iteration.
some iterations are success but a few give this error below.
Any suggestions how to solve this?
The error seems to be in the sink which is set to delta inline dataset.
sink has column1 to column10
before this sink is alter row set to be:
deleteif --> isnull(column1)
upsertif --> true()
sink settings
delta inline dataset.
folderpath --> xyz
list of columns --> column1, column2, column3, column4
Message":"Job failed due to reason: at Sink 'sink1': com.databricks.sql.transaction.tahoe.ProtocolChangedException: The protocol version of the Delta table has been changed by a concurrent update. Please try the operation again.\nConflicting commit: {\"version\":0,\"timestamp\":1650658266180,\"operation\":\"WRITE\",\"operationParameters\":{\"mode\":Append,\"partitionBy\":[]},\"
...