Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.46 KB

File metadata and controls

20 lines (14 loc) · 1.46 KB

Extract Transform Load data Pipeline using Apache Airflow

A snapshot of adventureWorks2019 Database

adventureWorks2019

Creating a postgreSQL database named adventureWorks to store cleaned data

postgresCreate

Creating user and password for both SQL server and postgreSQL.

postgresCreate

postgresCreate

Sample data processing code

postgresCreate

SQL query on postgreSQL AdventureWorks database to fetch imported tables

postgresCreate

Apache Airflow DAG workflow process(product_etl_dag)

postgresCreate