Forum Discussion
data flow parameters
in fabric data flow, is it still not possible to pass parameters to notebooks from data pipelines or data flow?
thanks
You can use parameter values from data pipelines into fabric notebook.
But based on my understanding, you cannot parameterize a dataflow gen 2 still as of today
Please vote for this Idea to highlight the need:
Enable to pass variables from pipelines as parameters into a Dataflow Gen2
https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=2f761603-a400-ee11-a81c-6045bdb98602
5 Replies
- NandanHegdeSuper User
You can use parameter values from data pipelines into fabric notebook.
But based on my understanding, you cannot parameterize a dataflow gen 2 still as of today
- frithjof_vCommunity Champion
Please vote for this Idea to highlight the need:
Enable to pass variables from pipelines as parameters into a Dataflow Gen2
https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=2f761603-a400-ee11-a81c-6045bdb98602
- elahtiNew Member
I would very much like some help to see what I'm doing wrong.
According to all examples I can find PySpark code block 1 should be toggle as Parameters. Done
Second block print(parameter1) etc.
In the pipeline notebook base parameters should be parameter1, string, some text
but then after running the notebook I get this error?
can anyone guide me in the right direction?
- frithjof_vCommunity Champion
Perhaps you stopped and restarted the session between running the two cells?
Could you try starting a new session and run the cells consecutively.
- c2it_elahtiNew Member
Thank you for replying. It's working now, so maybe you're right.