# Manage Data Source Settings

As a data owner, you can [edit your data source settings](#edit-a-data-source) and [disable](#disable-a-data-source), [delete](#delete-a-data-source), and [re-enable](#enable-a-disabled-data-source) a data source.

For other guides related to data source members and management, see the [Related guides section](#related-guides).

## Edit a data source

1. Navigate to the **Overview** tab.
2. Click the **more actions** icon in the upper right corner of the page and select **Edit**.
3. Change your settings in the data source workflow.

   *Note: Some settings cannot be changed once the data source has been created. In these cases, simply create a new data source with the new settings.*
4. When completed, navigate to the end of the workflow and click **Save**.

   *Note: Some data sources may require the data owner to reconnect to the remote database before any changes to the data source can be saved.*

For information on specific data source settings, see the guides below:

* [Azure Synapse Analytics](/saas/~/changes/l3NnvynMHxi6VvqRtJhK/data-and-integrations/registering-metadata/register-data-sources/synapse-tutorial.md)
* [Databricks](/saas/~/changes/l3NnvynMHxi6VvqRtJhK/data-and-integrations/registering-metadata/register-data-sources/databricks-tutorial.md)
* [Redshift](/saas/~/changes/l3NnvynMHxi6VvqRtJhK/data-and-integrations/registering-metadata/register-data-sources/redshift-tutorial.md)
* [Snowflake](/saas/~/changes/l3NnvynMHxi6VvqRtJhK/data-and-integrations/registering-metadata/register-data-sources/snowflake-tutorial.md)
* [Starburst (Trino)](/saas/~/changes/l3NnvynMHxi6VvqRtJhK/data-and-integrations/registering-metadata/register-data-sources/trino-tutorial.md)

### Bulk edit data sources

Data owners can bulk edit data sources.

1. Navigate to the data sources list page.
2. Select the checkboxes for the data sources you want to edit. *Note that when editing a connection string using bulk edit, all data sources from that connection must be selected.*
3. Select the action you want or click **More Actions** for additional options.
4. Confirm your edits by following the prompts in the modals that appear.

## Disable a data source

Disabling a data source hides it and its data from all users except the data owner. While in this state, the data source will display as disabled in the console for the data owner and other users will not be able to see it at all.

1. Navigate to the **Overview** tab.
2. Click on the **more actions** icon in the upper right corner and select **Disable**.

A label will appear next to the data source indicating it is now disabled, and a notification will be sent to all users of the data source informing them that the data source has been disabled.

## Enable a disabled data source

1. Navigate to the **Overview** tab.
2. Click on the **more actions** icon in the upper right corner and select **Enable**.

A notification will be sent out to all users of the data source informing them that the data source has been enabled.

## Delete a data source

Deleting a data source permanently removes it from Immuta. Data sources must first be disabled before they can be deleted.

1. [Disable the data source](#disable-a-data-source).
2. Navigate to the **Overview** tab and click the **more actions** icon and select **Delete**.
3. Confirm that the data source should be deleted by clicking **Delete**.

A notification will be sent out to all users of the data source informing them that the data source has been deleted.

## Related guides

### Reference guides

For information about data sources and policies, see the following guides:

* [Data sources in Immuta overview](/saas/~/changes/l3NnvynMHxi6VvqRtJhK/data-and-integrations/registering-metadata/data-source-overview.md)
* [Policies in Immuta overview](/saas/~/changes/l3NnvynMHxi6VvqRtJhK/secure-your-data/authoring-policies-in-secure/policies-explained.md)

### How-to guides

In addition to adding and managing data source settings as outlined above, data owners can manage data source

* [column tags](/saas/~/changes/l3NnvynMHxi6VvqRtJhK/data-and-integrations/tags/how-to-guides/managing-tags.md)
* [data dictionaries](/saas/~/changes/l3NnvynMHxi6VvqRtJhK/data-and-integrations/registering-metadata/data-source-settings/how-to-guides/manage-dictionary.md)
* [policies](/saas/~/changes/l3NnvynMHxi6VvqRtJhK/secure-your-data/authoring-policies-in-secure/data-policies/how-to-guides.md)
* [members](/saas/~/changes/l3NnvynMHxi6VvqRtJhK/data-and-integrations/registering-metadata/data-source-settings/how-to-guides/manage-members.md)


---

# 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://documentation.immuta.com/saas/~/changes/l3NnvynMHxi6VvqRtJhK/data-and-integrations/registering-metadata/data-source-settings/how-to-guides/manage-settings.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.
