> 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/snowflake/how-to-guides/manage-snowflake-connection-settings.md).

# Manage Snowflake Connection Settings

{% hint style="info" %}
**Preview documentation for upcoming feature**

This page currently reflects the UI that users will see in future updates.
{% 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. **Warehouse**
   4. **Role**: If you edit the role, ensure the new role has the [required privileges](/saas/configuration/integrations/snowflake/how-to-guides/connect-snowflake.md#set-up-the-immuta-system-account) to see the data objects.
   5. **Authentication Method**: If you are editing the authentication method to be a different system account user, [grant the new system user the connection role and the role created from the setup script](/saas/configuration/integrations/snowflake/reference-guides/snowflake-overview.md#registering-a-connection).
   6. **Object Synchronization**: Use the dropdown to select a new **Start Time** or **Run Frequency**.
3. Select **Validate**, and once the validation is successful, select **Save**.

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

1. Click the **Edit** button in the Policy settings box.
2. Opt to enable or disable **Impersonation**.
   1. Enter the **Impersonation Role**.
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/snowflake/reference-guides/snowflake-overview.md#required-snowflake-privileges).
3. Select **Validate**, and once the validation is successful, select **Save**.

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

1. Click the **Edit** button in the Object settings box.
2. Opt to enable or disable **Policy Synchronization**: 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/snowflake/how-to-guides/manage-snowflake-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.
