Sneha Kumari
09/21/2023, 11:26 PMfull_pipe = sum([pipeline_1 + pipeline_2 + ... ])
Problem with this is:
• how do I add dynamic catalog entries for the outputs of each of these runs?
• How do I aggregate all the outputs so that it can be passed as the input to another modular pipeline.
What is the best way to approach this ? Thank You!marrrcin
09/22/2023, 7:04 AMN
, then it should not be a problem - just create next pipeline with a node with N
inputs and map them from your modular outputs.Sneha Kumari
09/22/2023, 3:06 PMmarrrcin
09/25/2023, 7:23 AMN
then?