I am having difficulty troubleshooting an error in Azure Data Factory. I am attempting to build a data flow to move data from an on-premises source to a cloud destination, but I am receiving the following error when I run the data flow:
I have tried several different methods to resolve this error, including making sure the source and destination have the same data types, but nothing has worked. Has anyone else encountered this issue?
Any advice on how to resolve it would be greatly appreciated!
Code:
"ErrorCode=UserErrorMappingNotFound,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Mapping not found for the given input columns.,Source=Microsoft.DataTransfer.ClientLibrary,''Type=System.InvalidOperationException,Message=Mapping not found for the given input columns.,Source=Microsoft.DataTransfer.Common,'
I have tried several different methods to resolve this error, including making sure the source and destination have the same data types, but nothing has worked. Has anyone else encountered this issue?
Any advice on how to resolve it would be greatly appreciated!