Skip to main content
Rebuild the Paradime Data Catalog on demand from a Bolt schedule, so metadata updates immediately after data changes instead of waiting for the scheduled overnight refresh.

Prerequisites

  • API credentials generated in your Paradime workspace with Bolt Catalog admin capability, set as Bolt schedule environment variables:
    • PARADIME_API_ENDPOINT
    • PARADIME_API_SECRET
    • PARADIME_WORKSPACE_UID

Usage

Add the Refresh Paradime Catalog command to your schedule. It runs a single fixed command that rebuilds the catalog by running dbt docs generate under the hood:
Pair it with any trigger type (for example, run it on run completion after a production dbt run) to refresh the catalog whenever your schema changes.

Learn more

See the Paradime Catalog CLI for the full command and flag reference.