dataflow - no sink

arkiboys 9,696 Reputation points
2022-03-15T18:02:15.47+00:00

dataflow1 returns fields in a select activity (Field1 which has multiple distinct values) and so there is no sink
dataflow2 expects is to loop through each of the values from dataflow1
Here is what I have but I get an error when trying to debug:
dataflow1 --> no sink found

How do I do this please?
Thank you

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

Accepted answer
  1. Nasreen Akter 10,806 Reputation points
    2022-03-15T18:10:24.107+00:00

    Hi @arkiboys ,

    I would suggest to write/sink Dataflow1 output to a file ( the file could be save in a temporary/staging storageContainer). Then in the pipeline, if you want to pass 1 value at a time, read the file with a lookup activity --> then foreach loop, pass it to the second dataflow. If you want to read all the values, then read the file as a source in the Dataflow2. Hope this helps, thanks!


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.