It seems that the table name you want to tag and the table name of the DLP dataset need to be the same, when running Sensitive Tag Column.
However, there is no explanation for table names in DLP Datasets.
If this is the specification, it should be added to ui_guide.md.
|
#### <a name="sensitive_column"></a> Sensitive Tag Column |
|
|
|
This configuration type creates Data Catalog tags on columns in BQ tables. This configuration classifies the sensitivity of the data in those columns and tags the classification results. The classification requires the [sensitive data template](https://github.com/GoogleCloudPlatform/datacatalog-templates/blob/master/data_sensitivity.yaml) and Data Loss Prevention. It uses as input the info types found in the DLP inspection jobs. It then maps the info types to a custom data classification defined in a mapping table in BQ. It can optionally create policy tags on the sensitive columns so that access to the sensitive data is restricted. |
It seems that the table name you want to tag and the table name of the DLP dataset need to be the same, when running Sensitive Tag Column.
However, there is no explanation for table names in DLP Datasets.
If this is the specification, it should be added to
ui_guide.md.datacatalog-tag-engine/docs/ui_guide.md
Lines 93 to 95 in b64520a