amar
5 years agoNew Contributor II
Hold Rest Post Snap until all records uploaded
Hi, Below is my pipeline where iam trying to upload data from oracle execute query which returns 200k records. iam grouping them into 10k at a time to Rest Data Upload snap(rest post).
My question - is there a way i can stay on Rest Data Upload snap until all 200k records load.
Tried using script snap to sleep for 10min but for some reason, script snap getting triggered after first 10k records and going to subsequent snaps.