Moving data from one pipeline to another

Moving data from one pipeline to another

Hey all,

I've got some complex pipelines to build and I'd like to seperate them into seperate pipelines rather than have one mammoth one.

If I create 2 pipelines, is there any easy way to use the output of Pipeline1 to be the input into Pipeline2?

Or do I have to export it out to somewhere like a CSV and then reimport it back in again?

Thanks, Justin.