> For the complete documentation index, see [llms.txt](https://documentation.immuta.com/2025.1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.immuta.com/2025.1/configuration/integrations/registering-metadata/connections/how-to-guides/run-object-sync.md).

# Run Object Sync

**Requirement**: `GOVERNANCE` or `APPLICATION_ADMIN` global permission or Data Owner within the hierarchy

**Prerequisite**: A connection registered

## Run object sync on a connection

1. Click **Data** and select the **Connections** tab in the navigation menu.
2. Click the **more actions** menu for the connection you want and select **Run Object Sync**.
3. Opt to click the checkbox to **Also scan all disabled data objects**.
4. Click **Run Object Sync**.

## Run object sync on a database

1. Click **Data** and select the **Connections** tab in the navigation menu.
2. Select the connection.
3. Click the **more actions** menu in the **Action** column for the database you want to sync and select **Run Object Sync**.
4. Opt to click the checkbox to **Also scan all disabled data objects**.
5. Click **Run Object Sync**.

## Run object sync on a schema

1. Click **Data** and select the **Connections** tab in the navigation menu.
2. Select the connection.
3. Select the database.
4. Click the **more actions** menu in the **Action** column for the schema you want to sync and select **Run Object Sync**.
5. Opt to click the checkbox to **Also scan all disabled data objects**.
6. Click **Run Object Sync**.

## Run object sync on a data source

You can run object sync from the data source health check or from the connection,

1. Click **Data** and select the **Connections** tab in the navigation menu.
2. Select the connection.
3. Select the database.
4. Select the schema
5. Click the **more actions** menu in the **Action** column for the data object you want to sync and select **Run Object Sync**.
6. Opt to click the checkbox to **Also scan all disabled data objects**.
7. Click **Run Object Sync**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://documentation.immuta.com/2025.1/configuration/integrations/registering-metadata/connections/how-to-guides/run-object-sync.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.
