๐ Introduction:
In this post, we will see how to create a generic data set.
๐บ Problem Statement:
Whenever a pipeline is made a new dataset needs to be created. So if we create a 100 pipeline 100 new data set needs to be created which is not a feasible solution. Hence we will create 1 generic dataset and use it across all the pipelines.
๐ญ Steps to create a Generic Data Set:
Select a dataset for the source data. ๐ฐ
Give a proper name, select a linked service and don't select any table. ๐ฐ
Open the data set go to the parameter section and add the required parameters. (e.g.- Schema name, Table name) ๐ฐ
Create one more data set for the storage. ๐ฐ
Give a proper name, select a linked service and click on OK. ๐ฐ
Open the dataset go to the parameter section and add the required parameter.(e.g.- filePath) ๐ฐ
Now click on the debug, and we can see it asks for the parameter values, here we can provide any value. ๐ฐ