Forum Discussion
Binit17
2 years agoRegular Visitor
While configuring notebook session from datafactory pipeline, pipeline notebook activity fails
I am following the fabric documentation to configure lakehouse on notebook from pipeline but getting error Configuration should be valid json object. I see an escape character has been added to the p...
Anonymous
2 years agoNot applicable
Hello Binit17
Apologies for the delay in reply from our side.
You can follow below step inorder to pass them as pipeline parameters -
In Pipeline:
In Notebook:
%%configure
{
"defaultLakehouse": { // This overwrites the default lakehouse for current session
"name": {
"parameterName": "paramterName",
"defaultValue": "gopi_lake_house_1"
} ,
"id": {
"parameterName": "parameterId",
"defaultValue": "7b6de"
}
}
}
Output -
Hope this is helpful. Please let me know incase of further queries.
Anonymous
2 years agoNot applicable
Hello Binit17 ,
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .
Otherwise, will respond back with the more details and we will try to help .
- Anonymous2 years agoNot applicable
Hi Binit17 ,
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .
Otherwise, will respond back with the more details and we will try to help .