> For the complete documentation index, see [llms.txt](https://documentation.immuta.com/saas/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/saas/configuration/integrations/databricks/databricks-unity-catalog/how-to-guides/manage-databricks-unity-catalog-connection-settings.md).

# Manage Databricks Unity Catalog Connection Settings

{% hint style="info" %}
**New connections**

The [new connections flow](/saas/configuration/integrations/data-and-integrations/registering-a-connection/reference-guides/new-connections-reference-guide.md) documented here is available and released to select tenants.
{% endhint %}

### Run object sync

1. Navigate to the connection or connection-backed object.
2. Click **Run Object Sync**.

### Edit the connection details

1. Click the **Edit** button in the Connection details box.
2. Edit the field you want:
   1. **Host**
   2. **Port**
   3. **HTTP Path**
   4. **Immuta System Catalog**
   5. **HTTP Proxy settings**
   6. **Authentication Method**: If you are editing the authentication method to be a different service principal, grant the new service account the [required permissions](/saas/configuration/integrations/databricks/databricks-unity-catalog/how-to-guides/connect-unity-catalog.md#requirements).
3. Select **Validate**, and once the validation is successful, select **Save**.

### Edit the audit settings <a href="#edit-the-audit-settings" id="edit-the-audit-settings"></a>

1. Click the **Edit** button in the Audit settings box.
2. Opt to enable or disable **Query Audit**: If you enable audit, ensure the system account has the [required permissions for audit](/saas/configuration/integrations/databricks/databricks-unity-catalog/how-to-guides/connect-unity-catalog.md#configuring-query-audit-privileges).
3. Select **Validate**, and once the validation is successful, select **Save**.

### Edit the object sync <a href="#edit-the-policy-settings" id="edit-the-policy-settings"></a>

1. Click the **Edit** button in the Object Sync settings box.
2. Use the dropdown to select a new **Start Time** or **Run Frequency**.
3. Select **Save**.

### Edit the data object settings <a href="#edit-the-object-settings" id="edit-the-object-settings"></a>

1. Click the **Edit** button in the Data object settings box.
2. Opt to enable or disable **Policy Sync**: When policy sync is enabled, all child objects will be represented by Immuta data sources and policies will be applied to the data sources.
3. Opt to **Add Users and Groups** as data owners:
   1. Start typing in the text box and select the user or group from the dropdown.
   2. Click **Add Owners**.
4. Click **Save**.


---

# 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, and the optional `goal` query parameter:

```
GET https://documentation.immuta.com/saas/configuration/integrations/databricks/databricks-unity-catalog/how-to-guides/manage-databricks-unity-catalog-connection-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
