Azure DataFactory: How order the execution Flow of one Dataflow

Alonso Garcia, Hector 21 Reputation points
2021-03-29T06:49:02.423+00:00

I want to know if it´s posible to order the execution of the different activities inside a dataflow.
For this example:
82287-microsoftteams-image.png

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.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,534 questions
{count} votes

Accepted answer
  1. Kiran-MSFT 691 Reputation points Microsoft Employee
    2021-03-29T16:16:04.693+00:00

    For this to work you have to make a copy of source1 to join with source2. It is just a definition of another source transform. Anything that is a part of 1 connected graph will start to run together but will sink in the order specified in sink1 and sink2.


0 additional answers

Sort by: Most helpful