Forum Discussion
Unable to execute notebook with dynamic content
- 2 years ago
Basically every notebook you created would have a unique ID assoacited with it.
You need to pass that ID value as the parameter rather than the name.
Even though when you select the notebook name directly from drop down, fabric pipeline at the backend remaps it to a guid while authenticating
Even though the notebook is selected based on drop down :
Execution log :
when you pass the name as parameter, then in the execution log you would see the parameter name under the notebook id thereby causing the failure
thank you NandanHegde. It works now with notebook id.
However, it seems counter-intuitive that we need to pass notebook id instead of the actual notebook name. This is also different experience than Synapse where we passed the actual notebook name.
Another problem is we need to store the notebook id somewhere. Not a big problem for me at the moment but could be frustrating for some people.
- NandanHegde2 years ago
Super User
Agree! You can post an Idea for this switch which the product team can take into consideration