get the inserted data in dataflow in ADF along with primary key after sink transformation

Ramakrishna, Konakanchi 0 Reputation points
2023-08-04T06:00:13.13+00:00

get the inserted data in dataflow in ADF along with primary key after sink transformation so that I can use that primary key as foreign key to insert in to another table

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

1 answer

Sort by: Most helpful
  1. AnnuKumari-MSFT 34,451 Reputation points Microsoft Employee
    2023-08-07T10:58:44.42+00:00

    Ramakrishna, Konakanchi ,

    You can use select transformation in mapping dataflow to vertically split the columns . Create two branches from the source transformation and add two select transformation to split the columns vertically and add two sinks as well.

    0 comments No comments

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.