From the course: Implementing Data Engineering Solutions Using Microsoft Fabric (DP-700) Cert Prep by Microsoft Press

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Using parameters and dynamic expressions in pipelines

Using parameters and dynamic expressions in pipelines

using parameters and dynamic expressions in pipelines. Now for parameters, what we're looking to do is add dynamic configurations when running pipelines. We would like to pass parameters into a pipeline to change the value of something in that pipeline at runtime. Now I can create a parameter, I can assign a data type to it, and an optional default value. I don't have to specify a default, but if I want to run that pipeline with a default parameter, if no value is passed in, I'll specify a default value. I can actually use parameters in expressions within the data pipeline to change values at runtime. Now, when I'm using the Invoke Pipeline activity, perhaps I have a child and parent setup, I can actually pass the parameters into that child activity. So for example, if I have a parent pipeline and I have a child pipeline that I'm running with that Invoke Pipeline activity, perhaps I've got some parameters that I've specified. I can pass the values through from that parent pipeline…

Contents