Synapse Notebook reference - Call Synapse notebook from another with parameters
notebook_name = '/NB_dim_load'
using
mssparkutils.notebook.run(notebook_name, 90, {"notebookparams": Job_configInfo_dicencoded})
the problem is when i ran my notebook from synapse notebook activity in ADF. but when i ran it notebook directly , able to call another notebook with encoded parameters ? CAN YOU HELP ME whats the solution?
Firstly, Notebook name should start and end with letter, number or underscore (_).
The error you are facing is because of incorrect Notebook name or Inappropriate Notebook path.
To resolve this, make sure you are using proper notebook path or notebook name and check Enable unpublished notebook reference on every notebook.
As you see in above pictures, I tried with notebook name similar to yours and it got succeeded.