Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to mark certain tables that contains Data classification - "PII" under conditional labels
Here is the logic i want implement:
Conditional label must be applied where Contains Data classification = "PII"
i tried Creating MQL Query but it does not parse:
SELECT Name, Object Type
WHERE category = 'Database.Tables'
AND EXISTS (
'Database.Columns' WHERE "Data Classifications" = 'PII'
)
Any solution that may help me mark Tables
Regards,
Chirag
You want to automatically apply a conditional label to tables that contain columns classified as PII. The idea is that if any column in a table has the data classification set to “PII,” the table itself should inherit or be marked with a label. ExperianCredit Login