Forum Discussion

arkiboys2's avatar
arkiboys2
Helper IV
1 year ago
Solved

data flow parameters

in fabric data flow, is it still not possible to pass parameters to notebooks from data pipelines or data flow?

thanks

5 Replies

  • 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

  • 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_v's avatar
      frithjof_v
      Community 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_elahti's avatar
        c2it_elahti
        New Member

        Thank you for replying. It's working now, so maybe you're right.