Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

Approval Process

The Read Me Content Review feature helps you ensure that documentation is reviewed before it is published.

When enabled, all updates to Read Me content are reviewed before publication. Depending on your permissions, changes are either published immediately or submitted for approval and only applied once an asset owner or admin validates them.

When Should You Enable Read Me Content Review?

By default, all users with the Contributor role or above can directly edit and publish Read Me content.

This flexible model works well when documentation is maintained by a small group of trusted users.

Enable Read Me Content Review if you want to:

  • Allow more users to contribute documentation while keeping published content under control.
  • Ensure Read Me updates are reviewed before they become visible.
  • Make asset owners accountable for published documentation.
  • Introduce a consistent review process for documentation.

What Is Covered?

Read Me Content Review only applies to Read Me content for:

  • Tables
  • Dashboards
  • Terms

Other metadata (such as owners, tags, certifications, or deprecation status) is not affected.

How It Works

1. A User Updates a Read Me

You can update Read Me content from:

The result depends on your permissions:

UserResult
Asset OwnerChanges are published immediately.
AdminChanges are published immediately.
Contributor (who is not the owner)Changes are submitted for approval.
Steward (who is not the owner)Changes are submitted for approval.

2. A Change Is Submitted for Approval

When a submitter submits a change:

  • The published Read Me remains unchanged.
  • The proposed version is stored for review.
  • Only one pending approval can exist for an asset at any time.
  • Additional edits are blocked until the pending approval is resolved.

The user who submitted the change can view the pending approval and cancel it if needed. From the Read Me editor, click Submit for Review to send the proposed change to an asset owner or admin for validation.

Read Me editor on a table with Submit for Review and Cancel Changes actions

3. A Designated Approver Reviews the Change

A designated approver (an asset owner or an admin) receives the approval request in the Task Center.

They can:

  • Approve the change and publish it immediately.
  • Reject the proposed change.

Only one approval is required.

Task Center notification showing a pending Read Me update on the customer_revenue table
Review Change panel with Approve and Apply and Reject and Discard actions for a proposed Read Me update

4. The Review Is Completed

After an approver acts on the request, Catalog applies one of the following outcomes.

If the Change Is Approved

  • The new Read Me is published.
  • The pending approval is removed.
  • New changes can be submitted.

If the Change Is Rejected

  • The published Read Me remains unchanged.
  • The proposed change is discarded.
  • New changes can be submitted.

Role Summary

ActionContributor (non-owner)Steward (non-owner)OwnerAdmin
Edit and publish Read Me when the feature is disabled
Edit and publish Read Me when the feature is enabled
Submit a change for approvalNot applicableNot applicable
Cancel their own pending approvalNot applicableNot applicable
Approve a pending change
Reject a pending change

API Behavior

Read Me Content Review is designed for interactive documentation updates. API updates follow slightly different rules.

No Pending Approval

If no approval is currently pending for the asset, the API updates the Read Me and publishes it immediately.

Pending Approval Exists

If a Read Me change is already waiting for approval, the API request is rejected.

The pending approval must first be approved, rejected, or cancelled before another update can be applied.

This prevents API updates from overwriting a proposed change that is still awaiting review.

Enable Read Me Content Review

Only an admin can enable or disable this feature.

  1. Go to Settings.
  2. Open Account Configuration.
  3. Under Documenting your Data, enable Read Me Content Review.

The feature is disabled by default.

Resolve Pending Approvals First

Read Me Content Review cannot be disabled while there are pending approvals. Resolve all pending approvals before disabling the feature.