Applying custom attributes to catalog assets

How to view and apply organization-level custom attributes to catalog assets.

Overview

Apply custom attributes (created by Org admins) to catalog assets. Applying attributes is done from the Asset Details page using the standard edit/change-request workflows.

What this works

  • Apply, edit and remove custom attribute values on individual catalog assets.

  • Attributes are displayed on the Asset Details under a "Custom attributes" section or tab.

  • Changes follow the normal change-request process (auto-approve depends on access controls).

Supported attribute types

Custom attributes are available in multiple types so you can capture richer, validated metadata. Supported types:

  • Text — free-form string values.

  • Integer — whole numbers only; optional min/max constraints.

  • User — single or multiple user selection from your organization.

  • Enum — admin-defined list of allowed values (each value may have an optional color badge).

  • Boolean — Yes / No.

The input widget shown when editing an asset is chosen automatically based on the attribute type.

Who can apply attributes

Any user who has the Catalog edit/change-request permission for the asset may add or edit custom attribute values.

How to apply attributes (Asset Details)

  1. Open the asset details page for the object you want to update (e.g., Dataset, Table, Column, Dashboard).

  2. Click Edit (or Start change request).

  3. Locate the Custom attributes section.

  4. For each applicable attribute, enter or select a value — the edit widget depends on the attribute type:

  • Text: text input (single line). Respects any character limits set by an admin.

  • Integer: numeric input that accepts whole numbers only; enforces min/max if configured.

  • User: single-select or multi-select user picker (depending on the attribute configuration).

  • Enum: dropdown or multi-select listing allowed enum values (shows color badges where configured).

  • Boolean: radio buttons (Yes / No).

  1. Submit the change request.

If change-approval is required, the update will be sent for review. If auto-approve is enabled, changes are applied immediately.

Example: Add a "Business Domain" value to a dataset

  1. Open the dataset asset and click Edit.

  2. In Custom attributes, find "Business Domain" and enter "Retail".

  3. Submit the change request. The value appears in the Custom attributes tab once the change is applied.

Viewing attribute values

  • Custom attributes are displayed on the Asset Details page beneath the Summary or in a dedicated Custom attributes tab.

  • Values are read-only for users without edit rights.

Use cases

  • Business unit tagging: Add a "Business Domain" attribute (Marketing, Finance, Retail) to group datasets by ownership and context.

  • Sensitivity notes: Short free-text notes such as "PII: limited access" (use classification policies for formal controls).

Last updated