Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Data Factory – CSV to Azure SQL Pipeline Overview

This project demonstrates a simple data ingestion pipeline using Azure Data Factory to load a CSV file from Azure Blob Storage into an Azure SQL Database table.

Implementation Summary

  1. Uploaded CSV file to Azure Blob Storage.

  2. Created destination table in Azure SQL Database.

  3. Configured Linked Services for source and sink.

  4. Created datasets for CSV file and SQL table.

  5. Used Copy Data Activity to ingest data.

  6. Pipeline executed manually (no triggers).

Purpose

This pipeline was built to showcase basic ETL implementation and hands-on experience with Azure Data Factory components.

ADF Pipeline

About

This project demonstrates a simple data ingestion pipeline built using Azure Data Factory to transfer data from a CSV file into an Azure SQL Database table.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors