Error when trying to copy data

Christopher Aghassi 11 Reputation points
2020-10-01T22:36:05.087+00:00

I am getting this error even though I have checked the source data and the column is there. {
"errorCode": "2200",
"message": "Failure happened on 'Sink' side. ErrorCode=UserErrorInvalidColumnMappingColumnNotFound,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Column 'first_name' specified in column mapping cannot be found in source data.,Source=Microsoft.DataTransfer.ClientLibrary,'",
"failureType": "UserError",
"target": "Patient Data",
"details": []
}

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,662 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Christopher Aghassi 11 Reputation points
    2020-10-19T15:42:57.093+00:00

    That worked!! Thank you! Last question for you. I have a serverless SQL server which takes time to turn on from the first time it is queried. What can I do in the pipeline to turn on the server?

    0 comments No comments