Data arriving in a data lake is rarely ready for analytics.
Files may come from multiple systems, contain duplicates, use different formats, or require standardization before they can be trusted by downstream teams.
In this pipeline, you will build a Medallion Architecture on Azure using Bronze and Silver layers.
You will read raw data from ADLS Gen2, create Bronze tables with lineage and audit information, transform the data into trusted Silver tables, and maintain clean business-ready datasets using Delta Lake.
After completing this pipeline, you will be able to: