Data factory data flow :SINK with dynamic table

sakuraime 2,346 Reputation points
2021-03-05T09:26:39.663+00:00

If my sink is a dataset and it's point to a Azure sql database table , and I would like to mention the table name during setting the dataflow . And seems I can't do that
74629-image.png

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

Accepted answer
  1. Nasreen Akter 10,811 Reputation points Volunteer Moderator
    2021-03-05T14:50:24.067+00:00

    Hi @sakuraime ,

    Yes, you can pass TableName as a parameter to the Dataset. In this case, first, you have to add a parameter in the Dataset, then, Click on Edit checkbox below the Table field and add dynamic content and select the dataset parameter. Now you can pass/set the tablename in the Dataset properties from the pipeline.

    From the screenshot you have provided, it seems like you are trying to do preview in the dataflow layer. If that's the case, please activate Data flow debug mode at the top. When the debug mode will turn on, top right corner in the Dataflow, you will see "Debug Settings" --> Parameters --> set the tablename (please see the screenshots below). :)

    74911-img-6.jpg
    74882-img-7.jpg

    ----------

    If the above response is helpful, please accept as answer and up-vote it. Thanks!

    1 person found this answer helpful.
    0 comments No comments

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.