Skip to content

Apache Airflow pipeline which loads data from S3 into Redshift, creates fact and dimension tables, and performs data quality checks.

Notifications You must be signed in to change notification settings

hudson-pierce/airflow-data-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airflow Data Pipeline

Scenario

A music streaming company, Sparkify, has decided that it is time to introduce more automation and monitoring to their data warehouse ETL pipelines and come to the conclusion that the best tool to achieve this is Apache Airflow.

They have decided to bring you into the project and expect you to create high grade data pipelines that are dynamic and built from reusable tasks, can be monitored, and allow easy backfills. They have also noted that the data quality plays a big part when analyses are executed on top the data warehouse and want to run tests against their datasets after the ETL steps have been executed to catch any discrepancies in the datasets.

The source data resides in S3 and needs to be processed in Sparkify's data warehouse in Amazon Redshift. The source datasets consist of JSON logs that tell about user activity in the application and JSON metadata about the songs the users listen to.

The pipeline appears like the screenshot below in the Airflow UI:

pipeline_screenshot

About

Apache Airflow pipeline which loads data from S3 into Redshift, creates fact and dimension tables, and performs data quality checks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages