How to pass pipeline variable into dataflow source dataset

ka 20 Reputation points
2023-09-25T07:37:43.6166667+00:00

I have a pipeline variable that contains the string "customers.txt" I want to pass it into my dataflow's source dataset's file path dataflow's source dataset

However, it is not showing up. How do I go about doing this?

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

1 answer

Sort by: Most helpful
  1. Nandan Hegde 36,146 Reputation points MVP Volunteer Moderator
    2023-09-25T08:40:22.6966667+00:00

    Hey,

    PFB the flow:

    1. create a dataset and its parameter :

    User's image

    use the parameter :

    User's image

    at pipeline level :

    User's image

    when we call the dataflow via ADF pipeline, we can pass the pipeline variable to dataflow and its dataset

    your approach seems to be correct, so can you share what error/issue you are facing ?


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.