Reputation: 664
I have two datafusion pipelines which are independent of each other. I want to run these two pipelines in a single pipeline job which will have both pipelines on it (running independently of each other). Is this achievable? Can anyone help me on how to do this?
Upvotes: 1
Views: 432
Reputation: 26
If you're just looking to start multiple pipelines at the same time, afaik, you would have to start them individually. What is the use-case you're trying to achieve here?
Perhaphs scheduling a pipeline would be useful?
Upvotes: 0