- Lab
- A Cloud Guru
Ingest Data Using an Azure Synapse Pipeline
In this hands-on lab, you will learn to create an SQL DB and Synapse Workspace. In the Synapse Workspace, you will learn to create a multi-step pipeline that will copy data from your SQL DB and move it to a data lake. You will also learn how to create activity dependencies.
Path Info
Table of Contents
-
Challenge
Create the Resources Needed for the Lab
-
Create a Synapse Analytics workspace:
- in West US region
- Create a new Azure Data Lake Storage Gen2
- Utilize an SQL Server admin login
-
Create an SQL Database instance and server:
- All in West US region
- Basic tier
- Make sure to choose sample data as the data source
-
-
Challenge
Create the Linked Service and Datasets
In Azure Synapse Analytics:
- Create a linked service for your Azure SQL Database.
- Create a dataset for the customer table in your Azure SQL Database.
- Create a dataset for the sales order detail table in your Azure SQL Database.
- Create a linked service for your Azure Blob Storage customer container.
- Create a dataset for your Azure Blob Storage target folder.
-
Challenge
Create the Data Pipeline
- Two ingestion activities (one for each dataset). Source and sink will be completed in the next objective.
- Make sure that one only kicks off upon success of the other.
- On failure of either activity, make sure to create a Get MetaData activity using a new created database.
- Save to Customer table in SQL DB.
- For fields, capture column count only.
-
Challenge
Create a Failure Alert and Run the Pipeline
Run the completed pipeline.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.