Skip to main content

Business Glossary

Professional+

The Business Glossary is a curated dictionary of terms that your organisation uses to describe data concepts. It bridges the gap between business language and technical data assets — so when a stakeholder asks for "pass rate," every analyst uses the same definition and traces it to the same columns.


Why a Business Glossary

ProblemGlossary solution
"Pass rate" means different things to Finance and ProductOne canonical glossary term with the agreed definition
Analysts build metrics inconsistentlyGlossary terms linked to certified dataset metrics
New joiners don't know the data vocabularySearchable, browsable glossary onboards instantly
Regulatory audits require documented data definitionsGlossary terms with reviewers and governance workflow
Business and technical teams speak different languagesTerms translate business language to technical columns

Glossary Structure

A Glossary is a container. Each Glossary holds many Terms. Terms can link to each other (related terms, parent/child) and to data assets.


Creating a Glossary

Admin or Data Steward role required.

  1. Navigate to GovernanceGlossaries+ New Glossary.
  2. Fill in:
FieldDescriptionExample
NameThe glossary's nameExam Domain Glossary
Display nameFriendly labelExam Domain
DescriptionPurpose and scope of this glossaryDefines all business terms relating to exam delivery, scoring, and candidate management
OwnersData stewards responsibledata-governance@yourcompany.com
ReviewersUsers who must approve new termsChief Data Officer
TagsOptional labels on the glossary itselfgovernance, exam
  1. Click Save.

Creating a Glossary Term

  1. Open the glossary.
  2. Click + Add term.
  3. Fill in the term fields:

Term fields

FieldRequiredDescriptionExample
NameYesThe term as written in business conversationsPass Rate
Display nameNoAlternative labelExam Pass Rate
DescriptionYesFull, unambiguous definitionSee example below
SynonymsNoOther names for the same conceptSuccess Rate, Passing Percentage
Related termsNoAdjacent conceptsAttempt, Score Threshold, Candidate
ReferencesNoExternal URLs supporting the definitionLink to policy document
TagsNoClassification labelskpi, exam-core
ReviewersNoWho must approve this termproduct@yourcompany.com

Example term definition

## Pass Rate

The percentage of exam attempts in a given period that resulted in the candidate
meeting or exceeding the defined passing threshold.

**Formula:**
Pass Rate = (Number of Passing Attempts / Total Attempts) × 100

**Inclusions:**
- Only completed attempts (status = 'completed')
- Reattempts are counted independently

**Exclusions:**
- Voided attempts
- Practice/diagnostic attempts
- Attempts where the result is still pending

**Owning team:** Analytics Engineering

**Last reviewed:** 2026-01-15 by Jane Smith (CDO)
  1. Click Save as Draft (goes into governance review) or Save (if you have approval authority).

Term Relationships

Glossary terms can be related to each other to build a navigable knowledge graph.

Relationship typeDirectionExample
Parent / ChildHierarchicalScore is parent of Raw Score and Scaled Score
Related toBidirectional peerPass Rate related to Score Threshold
Is-aClassificationEmail Address is-a PII identifier
SynonymEquivalenceCandidate synonymous with Examinee

To add a related term:

  1. Open the term.
  2. Click + Add related term in the Related Terms section.
  3. Search for the related term and select it.
  4. Choose the relationship type.
  5. Click Save.

Linking Terms to Columns and Tables

The most powerful feature of the Glossary is linking terms to the actual database columns that store that concept.

Linking from a glossary term

  1. Open the term.
  2. Click the Assets tab.
  3. Click + Add asset.
  4. Search for the table or column.
  5. Select it and click Link.

Linking from a table's asset page

  1. Open the table in Calabi Catalogue.
  2. Go to the Schema tab.
  3. Click a column name to expand it.
  4. In the Glossary Terms field, search for and select the term.
  5. Click Save.

Example linking:

TableColumnLinked glossary term
psychometric_reporting.scorespassedPass Rate (via SUM(passed)/COUNT(*))
psychometric_reporting.scoresscoreRaw Score
psychometric_reporting.scorescandidate_idCandidate
dim.candidatesemailEmail Address (PII > Direct Identifier)

Governance Workflow

Terms go through a review lifecycle before becoming official definitions.

Submitting a term for review

  1. Open a Draft term.
  2. Click Submit for Review.
  3. The assigned reviewers receive a notification.

Approving or rejecting a term

Reviewers see pending terms in GovernanceGlossariesPending Review.

  1. Open the pending term.
  2. Review the definition, synonyms, and linked assets.
  3. Click Approve or Request Changes (with a comment explaining what needs updating).

Approved terms display a green Approved badge and appear in search results and column auto-suggest.


Browsing the Glossary

  1. Navigate to GovernanceGlossaries.
  2. Select a glossary.
  3. Browse terms alphabetically or use the search bar within the glossary.
  4. Click any term to see its full definition, linked assets, and related terms.

Glossary in search results

Approved glossary terms appear in Catalogue search results alongside tables and dashboards. Searching for "pass rate" returns:

  1. The Glossary term definition card.
  2. All tables and columns linked to that term.
  3. Dashboards and charts that use the related dataset metric.

Deprecating Terms

When a business term is retired or replaced:

  1. Open the term.
  2. Click ···Deprecate term.
  3. Enter a Deprecation note explaining why and pointing to the replacement term.
  4. Click Save.

Deprecated terms remain searchable but display a Deprecated badge, and their linked assets are not removed. This preserves history for audit purposes.


Glossary Best Practices

PracticeWhy it matters
One canonical term per conceptPrevents glossary fragmentation
Include formula when the term involves a calculationEliminates ambiguity in metric definitions
Link to all columns that implement the conceptEnables lineage from business term to data
Require review for all new termsPrevents unapproved definitions becoming authoritative
Review and update terms after schema changesKeeps definitions accurate
Mark superseded terms as Deprecated (not deleted)Preserves audit history
Cross-reference with certified metrics in CalabiIQEnsures one-to-one alignment between business terms and technical metrics