Namespaces supply the keys and Tags the values, so one Project can carry a tag from each Namespace at once.
How it works
- Namespaces group related tags, for example
business-domain,data-sensitivity, orproject-status. Namespace labels are alphanumeric and accept hyphens and underscores. - Tags live inside a Namespace and support hierarchy through parent-child relationships. A tag is created either at the root of its Namespace or nested under an existing tag.
- Assignment policy is set per Namespace. When Allow multiple tags per entity is off, the default, an entity holds only one tag from that Namespace at a time.
- Supported assets are Apps, Projects, Project Templates, Datasets, NetApp Volumes, Models, Environments, and Policies. Tags appear as
namespace:tagchips on the asset’s card and are searchable as soon as they are applied.
Apply tags
Assign and remove tags from the asset’s overview page. The asset’s owner can do this, as can SysAdmins and CloudAdmins. Tags come from the namespaces already defined in your tag structure; you don’t create tags at assignment time.
Tags are picked from the existing structure, never invented at assignment time.
A Project created from a Project Template inherits every tag on that template. Tags on the template’s Datasets, NetApp Volumes, and Apps carry over to the corresponding assets in the new Project.
Tags on a Model are separate from any MLflow tags on the underlying model.
Find tagged assets
Global search indexes tag labels and descriptions, so assets are findable by tag from Domino’s main search bar without knowing the exact Namespace or tag path. Narrow a result set to one or more tags from the filter side panel beside your results, or type the tag straight into the search bar. Each listing view for Apps, Projects, Datasets, NetApp Volumes, Models, Environments, and Policies carries its own tag filter as well. Type a Namespace name followed by a colon and the filter limits its suggestions to tags in that Namespace, which makes it fast to filter along one classification axis.
Typing a Namespace followed by a colon narrows the suggestions to that Namespace.
Manage the tag structure
Go to Govern > Tag Browser to build and maintain the structure. The Tag Browser shows the full tag tree alongside the assets tagged within it, with a count on each node.
Admins and Librarians build the structure here and see what each tag is used on.
Deprecate a tag
Deprecate a tag to retire a classification without breaking what already uses it. A deprecated tag stays on every entity currently assigned to it but can no longer be applied to new ones.Merge tags
Merging consolidates duplicate or overlapping tags. Every assignment on the source tags transfers to the target tag, and the source tags are deleted.Import and export
Import a tag structure from CSV in the Tag Browser to migrate from a spreadsheet or an external provider. Download a sample import file to start from. The import preview flags any row with an error before anything is committed.CSV import file format
CSV import file format
Each row defines one tag, and the file has no header row:
Related
- Properties: record typed, open-ended information on the same assets.
- Knowledge management: how Tags, Properties, and search relate, and when to choose each.
- Tags API: manage namespaces, tags, and assignments programmatically.