Forum Discussion
Error Code 011 - Unable to deserialize the response.
- Anonymous1 year ago
I think the problem is - the dynamic expression is unable to resolve the given expressions while invoking the notebook activity. I am not sure if this resolves the issue.
I have done below to get a workaround it.
Instead of selecting different notebook in different workspace, I have made the notebook to accept the environment specific values as parameters. This way, I can use same notebook across different environments.
Hello Anonymous
Could you please share more details please , I am not able to understand the problem statement properly.
Thanks
Hi nilendraFabric .. As I mentioned in the question, the objective is to create a pipeline that executes a notebook and writes data to a lakhouse in DEV workspace. We have connected the workspace to the GIT branch.
The similar pipeline needs to be deployed to TEST workspace, that executes the notebook and writes data to a lakehouse in TEST workspace.
We are facing an issue when I deployed the branch to TEST environment from the GIT branch. When the pipeline is run, it is unable to write the data to the lakehouse in the TEST environment. We suspect that it is still pointing to the DEV workspace.
So, we wanted to specify the Workspace ID and Notebook ID as dynamic expressions rather than selecting from the dropdown.
But MS Fabric is throwing an error as shown below while running this pipeline.
It works when I change it back to select the value from dropdown instead of dynamic expression.