Forum Discussion
Aleksandar_A
2 years agoContributor III
Hello arvindnsn,
My assumption here is that you want to pass the $last_execution_datetime from the first Mapper.
To achieve that you can use a Copy Snap and a Join Snap that will wait for the Bulk Load to finish and then you can use the $last_execution_datetime field.
Please refer to the photo below:
and the Join Snap configuration:
Please let me know if this helps you.
Regards,
Aleksandar.
- arvindnsn2 years agoContributor
Aleksandar_A In the solution, you provided above, If the Bulk Load failed, I don't want the JOIN-WAIT snap to bring the $Original values in its output. The only time i need the $Original values are if the Bulk load is successful.
- Aleksandar_A2 years agoContributor III
Yes, if the Bulk Load fails then you will have no output documents from the Join Snap.