> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omni.co/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.omni.co/feedback

```json
{
  "path": "/connect-data/snowflake-privatelink",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Connecting to Snowflake using AWS or Azure PrivateLink

> Connect Omni to your Snowflake instance over a private network using AWS PrivateLink or Azure Private Link endpoints.

Omni can connect to your Snowflake instance in Amazon Web Services (AWS) or Azure via PrivateLink. In this configuration, Omni establishes an encrypted connection from our network to the Snowflake network.

## Requirements

To follow the steps in this guide, you'll need:

* Snowflake Business Critical or higher
* Permissions in Snowflake to retrieve PrivateLink data

## Setup

Contact Omni support with the following information:

* The output of the following from your Snowflake environment:
  ```sql theme={null}
  select SYSTEM$GET_PRIVATELINK_CONFIG();
  ```
* The cloud (AWS/Azure) and region/location of your Snowflake instance
* Technical contact details, in case of connection difficulties

## What's next?

After you contact Omni support with the above information, we'll create a private endpoint that connects to your service to support the connection to the database.

We will then contact you with command(s) that will need to be run on Snowflake to authorize our connection(s).

Once this is complete, Omni support will add the new database connection to your Omni instance. The connection can then be used like any other database connection.
