Forum Discussion
data flow parameters
- 1 year ago
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
- 1 year ago
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
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?
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_elahti1 year agoNew Member
Thank you for replying. It's working now, so maybe you're right.