Kyran Dale's blog
Tags
/
healthcare-data-pipeline
Posts tagged "healthcare-data-pipeline"
8 posts found
Dec 03, 2025
Delta Lake Time Travel Saved Your Pipeline (Here's How)
Imagine: you corrupt production data and need to recover without backups or downtime. Here's how Delta Lake's version history saves the day.
healthcare-data-pip…
Delta-Lake
Python
data-recovery
time-travel
DuckDB
Nov 26, 2025
Why I Chose Overwrite Over Merge (And When You Should Too)
Turns out full table overwrites beat complex merge logic for most real-world data pipelines
healthcare-data-pip…
Delta-Lake
Python
data-engineering
performance
Nov 20, 2025
Bronze Stage Encryption: The Just-in-Time Pattern That Almost Worked
Building column-level encryption for healthcare PII taught me that the simplest solution is often dropping the data entirely
healthcare-data-pip…
Delta-Lake
security
PII
encryption
Python
healthcare
Nov 18, 2025
Anonymization vs Encryption: What Healthcare Data Actually Needs
I built encryption, then realized anonymization with irreversible hashing was the right answer all along
healthcare-data-pip…
Delta-Lake
security
PII
healthcare
Python
data-engineering
Nov 17, 2025
Building a Delta Lake Pipeline Without Spark
DuckDB plus delta-rs gives you Delta Lake in pure Python without the JVM overhead
healthcare-data-pip…
Delta-Lake
DuckDB
Python
performance
Nov 15, 2025
From Firebird to Gold: ETL for Healthcare Analytics
Building a complete data pipeline from legacy Firebird databases to clean analytics with Delta Lake medallion architecture
healthcare-data-pip…
Delta-Lake
Firebird
Python
healthcare
data-engineering
Dagster
Nov 14, 2025
Schema Evolution in the Wild: When Your Bronze Layer Grows New Columns
How Delta Lake's schema merge mode turned schema changes from incidents into non-events
healthcare-data-pip…
Delta-Lake
Python
schema-evolution
data-engineering
Nov 13, 2025
Migrating to Medallion Architecture: The Parquet-to-Delta Journey
How we moved from CSV exports to Delta Lake without breaking production dashboards
healthcare-data-pip…
Delta-Lake
medallion-architect…
migration
Dagster
data-engineering