Forum Discussion
arkiboys2
1 year agoHelper IV
pass parameters to dataflow
Hello, I have created a data factory pipeline in fabric. I have also created a dataflow with parameters on year, month and day When I add the dataflow to the data factory pipeline, it does not se...
- 1 year ago
It's not possible.
We can vote for this Idea:
https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=2f761603-a400-ee11-a81c-6045bdb98602
Anonymous
1 year agoNot applicable
Map pipeline parameters to Dataflow parameters in the activity settings. For example:
For the Dataflow parameter year, set it to @pipeline().parameters.year.
Do the same for month and day.