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
Hi, what options do you use when landing the data in the bronze lakehouse? It seems like you use a merge statement, but is it possible that your unique identifier is not unique in the source?
I am using the combination of student_id and course_id in fact table and in bronze and silver layer i have used individual column as unique identifier which is student_id and course_id respectively
- FabianSchut1 year agoSolution Sage
Could you check the source with some sql scripts for example that the combination of student_id and course_id is always unique?