Design pipelines to run sequentially
So, I'm building a pipeline which performs a number of API requests and writes the responses to Blob storage.
When that pipeline and it's child pipelines are done executing I want to trigger a separate pipeline to process the data that is stored in blob storage.
The pipeline looks like this before implementing trigger of separate pipeline:
My plan was to place Tail snap followed by REST Get snap after the last Pipeline Execute snaps like this:
That leads to my question:
Is this a good design or should I do this another way?
After adding the Tail snap I've had more issues with crashing nodes, which I assume stems from the Tail snap taking up resources.
Any input or feedback is highly appreciated as I feel like I might be missing something here.
Best Regards
Teddie