Apply a Tag
Related
- Add a Tag to create a new one.
- Edit a Tag to change an existing tag.
- Delete a Tag to remove one.
- Concept: Tags Overview for tag types, inheritance, and quality-score impact.
Once a Tag is created, it's ready to be associated with a Datastore, Profile, Check, Notification and ultimately an Anomaly.
Tag Inheritance
-
When a
Tagis applied to a data asset, the asset itself is updated immediately, in the same request. TheTagthen propagates to that asset's descendants in the background; you may need to refresh a child view to see the tag if you jump to it right after the parent update.- For example, if a
Tagnamed Critical is applied to a Datastore, the Datastore reflects the tag right away and all the Tables, Fields, and Checks under it pick up the tag as the background cascade reaches them.
Note
Anomalies will inherit the tags if a scan has been run.
- For example, if a
-
Likewise, if the Critical
Tagis subsequently removed from one of the Tables in that Datastore, the Table loses the tag in the same request and its Fields and Checks lose the tag as the background propagation completes. -
When a new data asset is created, it inherits the
Tagsfrom the owning data asset. For example, if a user creates a new Computed Table, it inherits all theTagsthat are applied to the Datastore in which it is created.
Tagging Anomalies
-
Anomalies also inherit
Tagsat the time they are created. They inherit all theTagsof all the associated failed checks. -
Thus Anomalies do not inherit subsequent tag changes from those checks. They only inherit tags one time - at creation time.
-
Tagscan be directly applied to or removed from Anomalies at any time after creation.