Tag: Data Engineering
All the articles with the tag "Data Engineering".
- 5 MIN READ•Feb 18, 2026
Slowly Changing Dimensions: Types 1-3 with Examples
Dimensions change. A customer moves cities. A product gets reclassified. An employee changes departments. How your data model handles these changes determine...
data modelingdata engineeringslowly changing dimensions - 6 MIN READ•Feb 18, 2026
The Role of the Semantic Layer in Data Governance
Most organizations have a data governance policy. It lives in a Confluence page. It defines who owns what data, what terms mean, and who should have access. ...
semantic layerdata engineeringdata governance - 4 MIN READ•Feb 18, 2026
Schema Evolution Without Breaking Consumers
A source team renames a column from `user_id` to `customer_id`. Twelve hours later, five dashboards show blank values, two ML pipelines fail, and the data en...
data engineeringbest practicesschema evolution