The problem was resolved by making 2 changes which are follows:
- Assign the pipeline variable to a different variable.
- The syntax I used is:
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I am trying to execute an Azure Synapse Notebook using Notebook Activity in Synapse Pipelines and I am passing the parameters through pipeline and when I try to get those parameters in notebook with syntax {parameter} It is not able to pass the parameter in the notebook. And I am getting the error from run of the pipeline.
Error: The syntax converted string into hashset which means the parameters is not passed.
py4j.Py4JException: Method getSecret([class java.lang.String, class java.util.HashSet, class java.lang.String]) does not exist
Can someone tell me what I am missing here?
below is my code:
The problem was resolved by making 2 changes which are follows: