Attributes
Apply attribute values on schemas and their objects
Custom attributes on a schema let you record governance facts where the data lives: a steward on each table, a classification on each column, a review date on the schema itself. You assign groups to the schema once, then fill in values object by object.
In the app: Data Model › Schemas › your schema › Settings tab › Attribute Groups
Before you start¶
- The attribute group and its attributes exist. See Create attribute groups.
- Assigning groups to a schema needs
Read/Writeaccess to that schema. - Your organization must not be in read-only mode.
Assign a group to the schema¶
- Open the schema and go to its
Settingstab. - In
Attribute Groups, clickAdd Group. The button is disabled when every group is already assigned. - Pick the
Attribute Group. - Under
Entity Types, tick the kinds of object the group applies to:Schema,Table,Column,View,Stored procedure,Function, orScript. - Click
Add.
The grid lists each assigned group with its attribute count and entity types. Use the pencil on a row to change its entity types, or the remove icon to unassign the group from this schema.
Tip: Keep entity types tight. A “Column Classification” group assigned only to
Columnkeeps table and view forms short.
For more on this tab, see Schema settings.
Fill in values¶
- Open the object: the schema itself, or a table, column, view, stored procedure, function, or script.
- Go to its
Attributestab. On an object’sInfotab, theATTRIBUTEScard has a pencil that takes you there too. - Each assigned group appears as its own section. Fill in the fields:
String: a text box.IntegerandDecimal: number boxes.Boolean: a checkbox.Date: a date picker.Choice (Single Select): a dropdown,Select a value....Multi-Choice (Multiple Select): a multi-select dropdown,Select values....Reference: a cascading picker. See Reference attributes.
- Click
Save.
Required fields are marked with *. If one is empty when you save, the form shows “Name is required” under it and nothing is saved. Fields with a default start filled in with it.
If the tab says “No attributes are configured for this entity type”, no assigned group covers this kind of object. Check the schema’s Settings tab.
Read values¶
Each object’s Info tab shows an ATTRIBUTES card with the values that have been saved, grouped by attribute group. Empty fields are left out, and a card with no saved values says “No custom attributes configured”.
Change many objects¶
Kenseme sets attribute values one object at a time. There’s no bulk editor for schema objects.