Tag Definition Deletion¶
When a tag is removed from an asset in Collibra, the connector always removes the tag-resource mapping — the tag is unlinked from the table or column. Whether the leftover tag definition is also deleted (when no asset uses it anymore) is controlled by the property below. See Tag Removal Behavior for how the removal itself is applied, and Scan-Failure Safeguards for the guards that prevent an incomplete scan from triggering deletes.
Configurable property¶
| PolicySync Property | Privacera Manager Variable | Description | Default |
|---|---|---|---|
tag.sync.skip.delete.tagdefs | CONNECTOR_TAG_SYNC_SKIP_DELETE_TAGDEFS | When true, tag definition deletions are skipped — only the tag-resource mapping is removed and the definition is kept. When false, an orphaned tag definition (no longer used by any asset) is also deleted so Ranger stays in sync with Collibra. Defaults to false for Collibra. | false |
Note
On the Ranger destination this is safe: Ranger refuses to delete a tag definition that is still mapped by another service or connector, so shared tags are never removed. When OMNI/MDS is the destination and you want tag definitions preserved in the metadata store, set this to true.
Configuration¶
-
SSH to the instance where Privacera Manager is installed.
-
Run the following command to open the
.ymlfile to be edited.If you have multiple connectors, then replace
instance1with the appropriate connector instance name.Bash -
Update or add the following property:
YAML -
Once the property is configured, run the following commands to update your Privacera Manager platform instance:
Step 1 - Setup which generates the helm charts. This step usually takes few minutes.
Step 2 - Apply the Privacera Manager helm charts. Step 3 - (Optional) Post-installation step which generates Plugin tar ball, updates Route 53 DNS and so on. This step is not required if you are updating only connector properties.
- Prev topic: Advanced Configuration