Forum Discussion
DebbieE
Community Champion
2 years agoPipeline containing 5 notebooks. can it be parameterised
I have the following pipeline They have to be run asynchrnously in this order I wonder if there was a way to parameterise so you only need one notebook that runs for each item? I g...
Dronec
Advocate II
2 years agoIf you're processing them in the same way (i.e. no special logic for Dim Episode comparing to Dim Task), you generally don't need more than one notebook with parameters. Example of one of mine:
Notebook with parameters:
Pipeline task that sends parameters to this notebook: