What is Column Masking?
Column masking is a data governance technique that dynamically obscures sensitive fields — like PII, financial identifiers, or proprietary pricing — before they are returned to a querying user or downstream application. Unlike static anonymisation which permanently alters the underlying dataset, masking applies transformation rules at read-time based on the user's role. It is the primary mechanism for preventing compliance breaches while maintaining analytical utility in shared data lakes.