Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
We recently had an issue that ground our production Fabric to a halt. A user had added 2 semantic models with the same name (Table was the name - boo!). These semantic models were unrelated to the lake house that was connected to the notebook. Every time you tried to interact with the connected lake house by either spark.sql("select from table") or saveAsTable, it would throw a duplicate object error. It was not immediatly obvious what the problem was.
After renaming on of these semantic models, (Table_new) things started working again.
Idea:
Fabric should not allow semantic models with the same name to be allowed within a workspace. This functionality already works within the Lake House. You cannot have two tables with the same name.
There should be object creation logic to dis-allow objects (semantic models) to be added that already exist.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.