Forum Discussion

KarenL7's avatar
KarenL7
Advocate V
6 months ago
Solved

Semantic Link Lab - Create Data Model

Hi   I am extremely new to Semantic Link Labs - only just learning.  I have started working out fabric notebooks and have been exploring a number of codes.  Apologies if it has been asked before bu...
  • stoic-harsh's avatar
    6 months ago

    Hi KarenL7,

    It means a semantic model named ModelBPA already exists in that workspace, and at least one table has already been added to it. Sempy Labs (by design) reuse an existing model if the name matches, and does not auto-overwrite or mergeYour next step would be to find the semantic model named ModelBPA, delete it and re-run your code.

    One important thing to note (just mentioning) is sempy_labs.create_model_bpa_semantic_model() function defaults dataset to 'ModelBPA' (if not mentioned explicitly).