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

# Databricks

> Integrate Databricks with Paradime to enables deploying dbt™ in production with Bolt

<Warning>
  **IP RESTRICTIONS**

  Make sure to allow traffic from one of the Paradime IPs in your firewall depending on the data location selected.

  👉 See also: [Paradime IP addresses](/developers/ip-restrictions).
</Warning>

## Add Scheduler Connection

To add the Databricks Scheduler connection, complete the following steps:

1. Click **Settings** in the top menu bar of the Paradime interface to access **Account Settings**
2. In the left sidebar, click "**Connections**"
3. Click "**Add New**" next to the **Bolt Schedules** section
4. Select "databricks" and fill out the cooresponding fields.&#x20;

<Frame>
  <img src="https://mintcdn.com/paradime-docs/0NDrELNNK4-2tLpg/images/prod_connection_databricks_pat.png?fit=max&auto=format&n=0NDrELNNK4-2tLpg&q=85&s=1b1fbc3f1254a8f31285a17fab4c91e7" alt="" width="720" height="790" data-path="images/prod_connection_databricks_pat.png" />
</Frame>

### Fields details

Below are list of fields and example to create a connection.

| Field                          | Description                                                                                                                                     | Example                                      |
| ------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------- |
| Profile Name                   | The profile name set in your `dbt_project.yaml` . See more [here](https://docs.getdbt.com/docs/core/connect-data-platform/connection-profiles). | **`dbt-databricks`**                         |
| Target                         | The target name used to identify the connection. See more [here](https://docs.getdbt.com/reference/dbt-jinja-functions/target).                 | **`prod`**                                   |
| Service Host Name              | Databricks server hostname                                                                                                                      | **`dbc-e7c65a5c-0521.cloud.databricks.com`** |
| HTTP path                      | Databricks compute resources URL                                                                                                                | **`/sql/1.0/warehouses/fbc246efa4369412`**   |
| Unity Catalog Name (Optional)  | The name of the Unity Catalog. See more [here](https://docs.databricks.com/data-governance/unity-catalog/index.html).                           | **`analytics`**                              |
| Service  Principal Token (SPT) | The SPT created for your service user. See more [here](https://docs.databricks.com/dev-tools/service-principals.html#use-curl-or-postman).      | **`dapid7cc51fb15d5889136351110e66119b3`**   |
| Schema                         | The default schema used to build dbt™️ objects at runtime.                                                                                      | **`dbt_prod`**                               |
| Threads                        | The number of threads used in this connection. See more [here](https://docs.getdbt.com/docs/running-a-dbt-project/using-threads).               | **`8`**                                      |


## Related topics

- [Databricks](/products/settings/connections/development-environment/databricks.md)
- [Databricks Tools](/products/dino-ai/tools-and-features/warehouse-tool/databricks-tools.md)
- [Creating a Workspace](/guides/paradime-101/getting-started-with-your-paradime-workspace/creating-a-workspace.md)
- [MCP Server](/products/dino-ai/mcp-server/index.md)
