Forum Discussion
Can I ask what the issue was? Ideally, the snaps/platform should be able to cope and try to avoid failing.
I am working on loading data from CSV to Oracle DB, there is a performance issue when all pipelines are executed in parallel and also a scenario where the target table B is dependent on stage table A. So these leads for me to try in Series, like completion of TableA all docs and then Table B pipeline will start.