Forum Discussion
Model refresh activity forgets model (dataId can not be empty)
- Anonymous1 year ago
Hi NotebookEnjoyer ,
Thank you for reaching out to us!
The error "dataId value cannot be null or empty" when running the pipeline is a natural consequence of this, since the model selection isn’t being retained. While this issue is not currently listed in the Microsoft Fabric Known Issues, please follow the workaround to help you move forward:- After reopening the pipeline, reselect the model in the Semantic Model Refresh Activity, save it again, and run it without closing the pipeline. This may ensure the dataId is included for that session.
A similar issue has been discussed here and might provide more insights:
https://community.fabric.microsoft.com/t5/Data-Pipeline/Pipeline-doesn-t-save-changes-to-Semantic-model-refresh-Activity/m-p/4623987
If this helps,consoder accepting it as solution.
Regards,
Pallavi. - After reopening the pipeline, reselect the model in the Semantic Model Refresh Activity, save it again, and run it without closing the pipeline. This may ensure the dataId is included for that session.
When I ran the semantic model refresh using a Fabric Data Factory activity by directly passing the semantic model name, it worked fine. However, when I try to pass the semantic model name as a dynamic content parameter, it doesn’t work.This is working without any issuehere I am passing as dynamic content as semantic model name but its not working
- NotebookEnjoyer1 year agoAdvocate II
Interesting find, but in my situation the pipeline forgets an un-parameterized model.