> 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/enable-snowflake-tag-ingestion-1.md).

# Enable Snowflake Tag Ingestion

To allow Immuta to automatically import table and column tags from Snowflake, enable Snowflake tag ingestion in the external catalog section of the Immuta app settings page.

**Requirements**

* A configured Snowflake connection
* The [Snowflake user configuring the Snowflake tag ingestion](#user-content-fn-1)[^1] must have the following privileges and should be able to access all securables registered as data sources:
  * `IMPORTED PRIVILEGES ON DATABASE snowflake`
  * `APPLY TAG ON ACCOUNT`

{% hint style="info" %}
**Credentials**

Use the same credentials as your connection.

For tag ingestion to work smoothly, ensure the credentials provided for tag ingestion can access all the data objects in Immuta. Any data objects the credentials do not have access to will not be tagged.
{% endhint %}

1. Navigate to the **App Settings** page.
2. Scroll to **2 External Catalogs**, and click **Add Catalog**.
3. Enter a **Display Name** and select **Snowflake** from the dropdown menu.
4. Enter the **Account**.
5. Enter the **Authentication** information based on your authentication method:
   1. **Username and password**: Fill out **Username** and **Password**.
   2. **Key pair**:
      1. Fill out **Username**.
      2. Click **Upload Certificates** to enter in the **Certificate Authority**, **Certificate File**, and **Key File**.
      3. Close the modal and opt to enter the **Encrypted Key File Passphrase**.
6. Enter the additional Snowflake details: **Port**, **Default Warehouse**, and **Role**.
7. Opt to enter the **Proxy Host** and **Proxy Port**.
8. Click the **Test Connection** button.
9. Click the **Test Data Source Link**.
10. Once both tests are successful, click **Save**.

[^1]: Add the required privileges to your system account role, and use the system account credentials to set up the tag ingestion.


---

# 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/enable-snowflake-tag-ingestion-1.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.
