i want share what i'm doing.
here is dummy data column using bigint
ArisTito_0-1728539002779.png
my rule is using column and value regex
column regex : [\\ktp\\S]+
ArisTito_1-1728539054046.png
value regex :
^(?:11|12|13|14|15|16|17|18|19|21|31|32|33|34|35|36|51|52|61|62|63|64|71|72|73|74|75|76|81|91|92)\d{14}$
ArisTito_2-1728539063605.png
when i try testing using sample data is match. then i deploy it
ArisTito_3-1728539157228.png
test and validation
ArisTito_4-1728539173701.png
run from dataset table
ArisTito_5-1728539200936.png
but i didnt have any automation tagging in my tables.
i'm already have allow condition also in my job Cluster Sensitivity Profiler. because my tables is inside data_pii database
ArisTito_6-1728539265489.png
thanks