What is the suggested way to define a column in Visual Paradigm’s (VP) ERD as a sensitive(PII) column. These kind of columns are important for an organisation as you can guess and should be able to be integrated (via API or else) with other platforms (such as Data Catalog, DB etc). Is it possible in VP?
Is it possible in VP to reengineer Google Big Query tables to VP? If not is there a plan to support Big Query?
Thank you for your post. Currently, we do not support defining PII column. However, you can add a custom attribute to store this information, by using the tagged value feature. To do this:
Right-click on a column and select Open Specification from the popup menu.
At the top right of the specification window, click on the tiny triangle icon and select “Tagged Values” from the drop down menu.
Click Add near the bottom of the window and select Boolean from the popup menu.
Enter PII as the name of column.
You can see the value to be True to define a PII column.
Alternatively, define a stereotype ‘PII’ and add it to PII columns.
Click on the tiny triangle at the top of the Column Specification window and select Stereotype.
Click Edit Stereotypes… at the bottom left.
This opens the Manage Steretyoes window. Keep Column (ERD) selected on the left and click Add… on the right.
Thank you for your reply. Yes, you can read and edit tagged values via our OpenAPI. The article below shows you an example about removing tagged value with the API.