Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

Error Code 011 - Unable to deserialize the response.

Hi, I am trying to create a pipeline to execute a notebook in the current workspace. we also planned to deploy these items to other environments. I would like to understand how to provide the works...
  • Anonymous's avatar
    Anonymous
    1 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.