Forum Discussion
Notebook execution failed at Notebook service with http status code - '200'
- 1 year ago
Hi Team, the issue got solved, it was issue related to quote
- 1 year ago
Hi ramankr48 ,
We really appreciate your efforts and for letting us know the update on the issue. Please accept your reply as Solution so as to help other community members who may come across this post in the future.
Please continue using fabric community forum for your further assistance.
Thank you
Hello ramankr48
The error occurs when:
1. Multiple rows in the source dataset match the same row in the target Delta table during a `MERGE` operation.
2. This leads to conflicting updates or deletions, as SQL cannot determine which source row should be applied to the target row.
what are you doing in your copy activity?
Do you any sort of notebook doing merge?
Thanks
I am using the notebook, where I have written the merge query