Akash_Srivastav
7 years agoNew Contributor II
Rollback deletion in case pipeline fails
We want to move data from one DB to another, and first step is to delete all the target data and then do insert. However in case of pipeline failure, we want to rollback to the original data in Target. Currently we are ending up with no data in target in case of pipeline failure
First Oracle execute is doing delete from <table_name>, but I want to rollback the commit, if pipeline fails