Built an end-to-end Azure Data Engineering solution to process healthcare financial data from multiple sources.
- Azure Data Factory (ETL orchestration)
- Azure Databricks (data processing)
- ADLS Gen2 (storage)
- Delta Lake (data reliability)
Landing → Bronze → Silver → Gold
- EMR Data (Azure SQL DB)
- Claims CSV Files (ADLS)
- APIs (NPI, ICD)
- Config-driven ingestion pipelines
- Incremental & full load support
- SCD Type 2 implementation
- Data quality checks with quarantine logic
adf/→ pipeline screenshots & configsdatabricks/→ notebooks (bronze, silver, gold)configs/→ ingestion configdocs/→ architecture details
See /adf/screenshots
ADF is used for orchestration of ingestion and transformation workflows.
- Config-driven pipelines using Lookup + ForEach
- Supports full and incremental loads
- Modular pipeline design using Execute Pipeline
- Integrated with Databricks for transformations
See detailed pipeline flow in adf/README.md

