szymon_dybczak
Esteemed Contributor III

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

szymon_dybczak_0-1764945313422.png

source: Row Lineage: Performance and Auditing Benefit | by Hubert Dudek | Medium