> ## 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/databricks-privatelink",
  "feedback": "Description of the issue"
}
```

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

</AgentInstructions>

# Connecting to Databricks using AWS or Azure PrivateLink

> Connect Omni to a Databricks workspace over a private network using AWS PrivateLink or Azure Private Link endpoints.

Omni can connect to your Databricks workspace in Amazon Web Services (AWS) or Azure via PrivateLink. In this configuration, Omni establishes an encrypted connection from our network to your Databricks workspace over a private network.

## Requirements

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

* A Databricks workspace configured for PrivateLink access
  * **For Azure**: A VNet-injected Databricks workspace
  * **For AWS**: A Databricks workspace with AWS PrivateLink enabled
* Permissions in your cloud environment to retrieve PrivateLink configuration details
* **Organization Admin permissions in Omni**

## Setup

<Steps>
  <Step title="Gather connection information" titleSize="h3">
    Before contacting Omni support, retrieve your Databricks workspace connection details:

    * Your Databricks workspace URL. For example, `adb-1234567890123456.7.azuredatabricks.net` or `dbc-abcd1234-5678.cloud.databricks.com`
    * The cloud provider (AWS or Azure) and region where your Databricks workspace is deployed
    * Based on your cloud provider, we'll also need:
      * **For AWS** - The VPC endpoint service name, which will start with `com.amazonaws.vpce`
      * **For Azure** - The Databricks workspace resource ID, which should contain `/providers/Microsoft.Databricks/workspaces/`
    * Confirmation that your workspace is configured for PrivateLink access:
      * **For AWS** - Verify AWS PrivateLink is enabled for your workspace
      * **For Azure** - Verify your workspace is VNet-injected
  </Step>

  <Step title="Contact Omni support" titleSize="h3">
    Contact Omni support with the following information:

    * Your Databricks workspace URL
    * The connection details for the database, including:
      * The cloud provider (AWS or Azure)
      * The region of your Databricks workspace
      * The VPC endpoint service name (AWS) or Databricks workspace resource ID (Azure)
    * Technical contact details, in case of connection difficulties
  </Step>
</Steps>

## What's next?

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

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. You'll need to provide your [Databricks authentication credentials](/connect-data/setup/databricks#setup) (Personal Access Token or OAuth M2M) when setting up the connection in Omni.
