I have 3 separate modules, each representing a separate, but related, ETL dataflow (e.g., A, B, C)
Q: Is there a way to have a single module run (or called) after A, B, C have completed? Crude drawing below shows the synchronization I’m trying to achieve. This is probably easy to do in Launcher but I’d like to do it in the desktop designer.
A —v
B --------> D
C —^
Thank you
Lance Miller