Azure data factory Data flow - Sink ordering

Seenuvasan, Venkatanathan 56 Reputation points
2023-06-24T14:58:00.5566667+00:00

Hi,

I need your guidance in Custom sink ordering in data flow.

I set the sink order starting from 1 but data flow automatically set as '0' for one of the sink. Is it expected ? I hope zero means it would execute first before other sink that is set as '1'

Also, I couldn't modify the order position once I set. Why ? Please explain. I don't see more documentation to explain about sink ordering in detail. I am surprised.

User's image

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
0 comments No comments
{count} votes

Accepted answer
  1. Konstantinos Passadis 19,586 Reputation points MVP
    2023-06-24T15:01:54.05+00:00

    Hello @Seenuvasan, Venkatanathan !

    Yes the default order starts from 0

    The sink with the lowest order value executes first, followed by sinks with higher order values. The default order value for a sink is 0 if it is not explicitly set.

    No you cannot make modifications , you have to recreate the dataflow in each case , thats why you cannot make changes in the order.

    I hope this helps!

    Kindly mark the answer as Accepted and Upvote in case it helped!

    Regards


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.