# Paradime Refresh Catalog

### Overview

The Paradime Refresh Catalog command allows you to update your [Data Catalog](/app-help/documentation/data-catalog.md) metadata on-demand by running `dbt docs generate` whenever needed. This eliminates the need to wait for the scheduled overnight refresh that typically occurs between 2-3 AM UTC.

<figure><img src="/files/TftFCtdYQizUas920dCz" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Prerequisites**

* Generate API credentials in your Paradime workspace with **Bolt Catalog admin** Capabilities
* Use the generated credentials and set as [environment variables](/app-help/documentation/settings/environment-variables/bolt-schedule-env-variables.md) for Bolt Schedules

`PARADIME_API_ENDPOINT`

`PARADIME_API_SECRET`

`PARADIME_API_KEY`
{% endhint %}

### When to Use

The Paradime Refresh Catalog command is valuable when:

* **New tables are added**: After creating new tables in your data warehouse
* **Schema changes occur**: When table structures or column definitions are modified
* **After production deployments**: Following the completion of production jobs (ex. `dbt run`) that modify your data warehouse schema

### How to Configure Catalog Refresh

1. From the Bolt UI, select **Paradime Refresh Catalog** as your command
2. Configure your desired [trigger type](/app-help/documentation/bolt/creating-schedules/trigger-types.md) (ex. scheduled run, on run completion, etc.)
3. Deploy your schedule

{% hint style="info" %}
**Note**: Users have full control over when catalog refreshes occur - whether every hour, multiple times per day, or triggered by specific job completions.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.paradime.io/app-help/documentation/bolt/creating-schedules/command-settings/paradime-refresh-catalog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
