I want to know if it´s posible to order the execution of the different activities inside a dataflow.
For this example:
I want to assure that the execution of the “sink source 1” occurs before than the “lookup source 1” activity.
I know I can use “custom sink ordering” but I see that in some cases, the source 1 reading in the lookup activity executes before the sink of the source 1.
I also know that I can divide it into two dataflows to ensure that one runs before the other but I want to avoid doing this.