localhost:8080
. Register an admin account and it will be granted the workspace admin
role automatically.
hr_prod
under Prod Sample Instance
within the Connection detail page. Run SELECT * FROM employee;
, you’ll see the following result without any masking.
Sample Project
, and click database hr_prod
.
employee
table, and set the birth_date
column to apply the birth_date
semantic type.
SELECT * FROM employee;
within hr_prod
. You’ll see the birth_date
is masked based on the masking algorithm.
Default
.
birth_date
columns in all tables on production environment with semantic type Default
, and click Confirm.
SELECT * FROM employee;
within hr_prod
. You’ll see the birth_date
is masked.
birth_date
is masked.
Sample Project
, and click Manage > Masking Exemptions.
SELECT * FROM employee;
within database hr_prod
. You’ll see the birth_date
is unmasked.
birth_date
is also unmasked.