02-11-2022 05:05 AM
Objective:
Create a parent/child pipeline, where the parent pipeline calls the child pipeline once for every group/list/document of parameters set up in parent to dynamically change the child’s parameters for each run.
Example Concept:
parent pipeline with csv/json generator to create parameter sets >>> parent pipeline execute the child pipeline with param set1 >>> child pipeline runs with param from set 1 >>> parent pipeline execute the child pipeline with param set 2 >>>child pipeline runs with param from set 2 >>> parent pipeline execute the child pipeline with param set 3 >>> child pipeline runs with param from set 3…etc
Questions/Observations:
Parent:
Child:
Furthermore: As you can see from child pipeline there is a snap connector that has a 17 appearing for unknown reasons and not connected to anything. No error from this though because the execution hasnt made it to that point so I am unsure if that would even matter but seems a bit random as I did not add it.