Relative Content

Tag Archive for dynamicsnowflake-cloud-data-platformmasking

Snowflake dynamic masking for column based on another column value

In Snowflake, I am wanting to know if one can dynamically mask a column value (say Column_A) based on the value of another column (say Column_B) in the same row being evaluated. So, the result would be Column_A is masked in some rows but unmasked in others, dependent on the value of the corresponding Column_B. Maybe this is not even possible?