Hi Greenwood, Justin -Administrator ,
Thankyou for using Microsoft Q&A platform. The error message you are seeing indicates that the column 'Id' does not exist in the target table or view. You also mentioned that you have already recreated the table without keys, but the error persists. Please let me know if that is not the correct understanding.
Could you please ensure that the
- Case sensitivity of the columname is same for source and target
- There is no mismatch in the data types
- There is no limitation in the column length.
Additionally, for better understanding , would you be able to provide the screenshot of mapping tab of your copy activity. In case you are having default mapping and there is difference in the schema of source and sink, then you need to go for explicit mapping by importing the schemas of source and sink and modifying it manually.
Check this video for more details: Schema Mapping in Copy activity of ADF pipeline
Hope it helps. Kindly accept the answer by clicking the accept answer button. Thankyou