first_name
and last_name
will be applied Default Partial Masking
, because:
first_name
and last_name
are classified as Contact Info
.Contact Info
corresponds to security level 2
.Security level 2
applies semantic type Default Partial Masking
.Sync classification from comment
, then you can manually set the classification for each column.
Sync classification from comment
(by default it’s on), then the column classification is derived from the comment.
If the column format follows {classification id}-{comment}
such as 1-4-2-blabla
, then Bytebase will extract
1-4-2
as the classification id and assigns the column classification accordingly.