Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2025 06:35 AM
Hi @analyticsnerd ,
Delta Lake row tracking allows Azure Databricks to track row-level lineage in a Delta table.
Row tracking (delta.enableRowTracking) in Delta Lake assigns a stable unique ID to each row and preserves metadata about when each row was last committed. It simplifies identifying row-level changes, creating faster-materialized views, auditing data, and more
Here are some benefits you can get when using this feature
source: Row Lineage: Performance and Auditing Benefit | by Hubert Dudek | Medium