Table of contents
๐ Introduction:
In this post, we will see how to create our first data pipeline. Here we will move SQL data to an ADLS storage in CSV format.
Steps to create a data pipeline: ๐๏ธโ๐จ๏ธ
Create a linked service that will help to set up a connection to SQL DB ๐ท
Provide all the necessary details, click on Test Connection (this is to check if the connection is established successfully) and click on the Create button ๐ท
Now create one more linked service that will help us to get connected to ADLS ๐ท
Provide all the necessary details, click on Test Connection (this is to check if the connection is established successfully) and click on the Create button ๐ท
Now create a data set that will help us to read the data from SQL DB ๐ท
Provide the table name and click on OK ๐ท
Create one more data set that will convert the table data to CSV ๐ท
Provide the file path where the data should be stored and click on OK ๐ท
Now Create a new pipeline with a Copy Activity ๐ท
Provide the necessary details in the source and sink option ๐ท
Click on the debug button and verify that the pipeline is executed successfully ๐ท