> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getcollate.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Governance Workflows - Table Documentation Tiering Workflow

> Example workflow that evaluates column description coverage and applies certifications based on completeness.

# Table Documentation Tiering Workflow

## Overview

The **Table Documentation Tiering Workflow** is a data governance automation designed to evaluate and certify tables based on the completeness of their column descriptions. By measuring metadata quality at the column level, the workflow assigns a tier (Tier1, Tier2, Tier3, Tier4) that reflects the maturity of each table’s documentation.

This ensures consistent metadata standards across the organization and helps identify documentation gaps that need improvement.

## Scenario

A data governance team needs a consistent way to measure documentation quality across thousands of tables in the enterprise data platform. Different teams provide varying levels of column descriptions, making it difficult to assess metadata completeness, enforce standards, and prioritize improvements.

## How the Workflow Works

1. **Table and Column Evaluation**
   The workflow scans each table and inspects all of its columns.

2. **Validation of Required Metadata**
   For each table, the workflow checks whether:
   * Table contains a **description**
   * Required **owners** are present
     If either condition is not met, the workflow terminates for that table and no certification is assigned.

3. **Priority Type Check**
   The workflow verifies that the table’s **Custom Property: Enum Priority Type** is set to **Priority**.
   If not, the workflow ends for that table.

4. **Documentation Completeness Calculation**
   For eligible tables, the workflow calculates the percentage of columns that have complete descriptions.

5. **Tier Assignment**
   Based on predefined completeness thresholds, the workflow assigns a certification tier:
   * **TIER1** — 100% of columns documented
   * **TIER2** — ≥ 75% documented
   * **TIER3** — ≥ 50% documented
   * **TIER4** — \< 50% documented

6. **Tier Update**
   The assigned tier is written back to the catalog or metadata store for visibility and governance reporting.

## Creating the Workflow

Here is a video Illustrating the creation of Table Documentation Tiering Workflow

<video autoPlay muted loop playsInline className="w-full aspect-video rounded-xl" src="https://mintcdn.com/collatedocs/9853aPiMvb8IrqAw/public/images/how-to-guides/governance/TableDocumentationTieringWorkflow.mp4?fit=max&auto=format&n=9853aPiMvb8IrqAw&q=85&s=252c33c9a8ab7bfca0f98dd5d28295e2" data-path="public/images/how-to-guides/governance/TableDocumentationTieringWorkflow.mp4" />

<img src="https://mintcdn.com/collatedocs/RWySTZfdGXLAinlR/public/images/how-to-guides/governance/TableDocumentationTieringWorkflow.png?fit=max&auto=format&n=RWySTZfdGXLAinlR&q=85&s=1de2a419d6912795c71058648f355268" alt="Table Documentation Tiering Workflow" width="1623" height="724" data-path="public/images/how-to-guides/governance/TableDocumentationTieringWorkflow.png" />

## Example Tables and Results

Below are the sample tables used in the demonstration:

| Table      | Description Completeness      | Resulting Tier |
| ---------- | ----------------------------- | -------------- |
| Categories | All columns documented (100%) | **Tier1**      |
| Comments   | No columns documented (0%)    | **Tier4**      |
| PostTags   | 1/2 columns documented (50%)  | **Tier3**      |
| Users      | 3/4 columns documented (75%)  | **Tier2**      |

## Before Workflow Execution

The initial state of the tables shows missing and incomplete descriptions.

### Categories Table (Before) - All Columns have description

<img src="https://mintcdn.com/collatedocs/htlMrdEdUQiJnAza/public/images/how-to-guides/governance/CategoriesTableBefore.png?fit=max&auto=format&n=htlMrdEdUQiJnAza&q=85&s=cadcd1cbf721023d2fbc48774c8b2ddd" alt="Table Documentation Tiering Workflow" width="1675" height="731" data-path="public/images/how-to-guides/governance/CategoriesTableBefore.png" />

### Comments Table (Before) - No Columns have description

<img src="https://mintcdn.com/collatedocs/RWySTZfdGXLAinlR/public/images/how-to-guides/governance/CommentsTableBefore.png?fit=max&auto=format&n=RWySTZfdGXLAinlR&q=85&s=1cb5cb8b517574a4cbd72b95c15f4613" alt="Table Documentation Tiering Workflow" width="1648" height="793" data-path="public/images/how-to-guides/governance/CommentsTableBefore.png" />

### PostTags Table (Before) - 1/2 columns have description

<img src="https://mintcdn.com/collatedocs/RWySTZfdGXLAinlR/public/images/how-to-guides/governance/PostTagsTableBefore.png?fit=max&auto=format&n=RWySTZfdGXLAinlR&q=85&s=a8f2c59ce70102ed8a62c4cc95463f1f" alt="Table Documentation Tiering Workflow" width="1662" height="762" data-path="public/images/how-to-guides/governance/PostTagsTableBefore.png" />

### Users Table (Before) - 3/4 Columns have description

<img src="https://mintcdn.com/collatedocs/RWySTZfdGXLAinlR/public/images/how-to-guides/governance/UsersTableBefore.png?fit=max&auto=format&n=RWySTZfdGXLAinlR&q=85&s=808b338143101282728ad3ed07097282" alt="Table Documentation Tiering Workflow" width="1696" height="808" data-path="public/images/how-to-guides/governance/UsersTableBefore.png" />

These screenshots illustrate incomplete metadata, which prevents certification.

## After Workflow Execution

After running the **Table Documentation Tiering Workflow**, each table is assigned a certification tier based on its calculated completeness.

### Categories Table → Tier 1

<img src="https://mintcdn.com/collatedocs/htlMrdEdUQiJnAza/public/images/how-to-guides/governance/CategoriesTableAfter.png?fit=max&auto=format&n=htlMrdEdUQiJnAza&q=85&s=74a0f449e4cea6bdf0271a5ca2031cea" alt="Table Documentation Tiering Workflow" width="1669" height="764" data-path="public/images/how-to-guides/governance/CategoriesTableAfter.png" />

### Comments Table → Tier 4

<img src="https://mintcdn.com/collatedocs/RWySTZfdGXLAinlR/public/images/how-to-guides/governance/CommentsTableAfter.png?fit=max&auto=format&n=RWySTZfdGXLAinlR&q=85&s=8e9ea13e2702634e35a1402808242cea" alt="Table Documentation Tiering Workflow" width="1664" height="766" data-path="public/images/how-to-guides/governance/CommentsTableAfter.png" />

### PostTags Table→ Tier 3

<img src="https://mintcdn.com/collatedocs/RWySTZfdGXLAinlR/public/images/how-to-guides/governance/PostTagsTableAfter.png?fit=max&auto=format&n=RWySTZfdGXLAinlR&q=85&s=cf79b5ca6cf3422b55e7a44a553f62e2" alt="Table Documentation Tiering Workflow" width="1637" height="758" data-path="public/images/how-to-guides/governance/PostTagsTableAfter.png" />

### Users Table→ Tier 2

<img src="https://mintcdn.com/collatedocs/RWySTZfdGXLAinlR/public/images/how-to-guides/governance/UsersTableAfter.png?fit=max&auto=format&n=RWySTZfdGXLAinlR&q=85&s=adde5759a3bd5040eaf60b82bf1c7dd8" alt="Table Documentation Tiering Workflow" width="1657" height="792" data-path="public/images/how-to-guides/governance/UsersTableAfter.png" />

The resulting certification labels demonstrate how the workflow classifies metadata maturity.

## Why This Workflow Matters

* **Improves Metadata Quality:** Encourages teams to provide complete column descriptions.
* **Enforces Governance Standards:** Ensures consistent evaluation across all datasets.
* **Enables Discoverability:** Better-documented tables accelerate analyst productivity.
* **Creates Accountability:** Provides visibility into documentation gaps for each table.
* **Automates Tier:** Reduces manual effort and improves accuracy in governance processes.

## Summary

The **Table Documentation Tiering Workflow** is a scalable, automated solution for assessing documentation quality and promoting strong metadata governance. By assigning tiers based on column description completeness, it helps organizations maintain high-quality data assets, increase transparency, and support a more data-literate culture.
