Column-level lineage is the detailed tracking of data movement and transformation at the granularity of individual columns within tables or datasets. It maps the precise flow of data from its original source columns, through every intermediate transformation, join, or aggregation in a data pipeline, to its final destination columns. This provides a forensic-level view of dependencies, enabling engineers to trace errors, assess the impact of schema changes, and validate data quality rules with pinpoint accuracy.




