From the course: Advanced Microsoft Fabric Implementation and Governance

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Parameter use in pipelines

Parameter use in pipelines

- [Instructor] Data transformation with Pipelines should be written to be very flexible and scalable. To achieve that, make sure to use parameters within the pipeline. Parameters should be used for things like source name and locations so that they can be changed easily. We can use parameters in many different places, including copy commands, stored procedures, scripts, lookup activities, or notebooks. Let's take a look at how we can add a parameter to a copy object. First, let's create a new data pipeline. And I call it copy data. So the first thing that we are going to do is we are going to add a copy activity. So we'll go ahead and click on copy activity and select Copy data. And inside of the source tab we're going to change this to add dynamic content. We're going to get copying data from our lakehouse, so we're going to create the parameter for our lakehouse by clicking on the plus button. So I'm going to call this new parameter, RawLakehouseName. And it's a string, and I'm…

Contents