Forum Discussion
Sureshmannem
1 year agoFrequent Visitor
Support - How to pass pipeline parameter values to Notebook (pyspark(python))
Hi Team, We have a requirement to use pipeline parameters into notebook at the end of the pipelien execution. I tried passing parameters using below approaches, it is not passing the values and ...
- 1 year ago
hi Sureshmannem ,
Can you not set the base parameters of the notebooks with the pipeline variables something like below
and then in the notebook you can directly use those variables
Gpop13
Advocate IV
1 year agohi Sureshmannem ,
Can you not set the base parameters of the notebooks with the pipeline variables something like below
and then in the notebook you can directly use those variables
- Sureshmannem1 year agoFrequent Visitor
Hi Gpop13
Thanks for your prompt support!
I realized I was overengineering the solution. I’ve now used the parameters directly in the notebook, and it works as expected.