Databricks is a cloud-based platform for data processing, analytics, and machine learning. ToolJet connects to Databricks, allowing your applications to access and update your data in your Databricks Warehouses directly using SQL queries.
## Configuration
ToolJet's Databricks integration relies on a configuration form that supports the following parameters:
#### Required Parameters
- **Server hostname**: The server hostname or the IP address of your Databricks Warehouse. For example, `62596234423488486.6.gcp.databricks.com`.
- **HTTP Path**: The API endpoint path for the Databricks resource you want to access. For example, `/sql/1.0/warehouses/44899g7346c19m95`.
- **Personal access token**: Personal access tokens are used for secure authentication to the Databricks API instead of passwords. For example, `dapi783c7d155d138d8cf14`.
#### Optional Parameters
- **Port**: The port number of your Databricks Warehouse. The default port number is `443`.
- **Default Catalog**: The default catalog to use for the connection.
- **Default Schema**: The default schema to use for the connection.
### Setup
- Navigate to your Databricks workspace, select the desired SQL Warehouse, and find **Server Hostname** and **HTTP Path** within the connection details tab.
- To generate a personal access token, access your Databricks User Settings, select the Developer tab, click Manage under Access Tokens, and then click on the **Generate New Token** button.
- Navigate to the Databricks datasource configuration form in ToolJet, fill in the required parameters, and click the **Save** button. You can test the connection by clicking the **Test Connection** button.
You can apply transformations to the query results. Refer to our transformations documentation for more information: [link](/docs/app-builder/custom-code/transform-data)
<imgclassName="screenshot-full img-full"src="/img/datasource-reference/databricks/read-data-query.png"alt="Databricks: Read Data Query"style={{marginBottom:'15px'}}/>
<imgclassName="screenshot-full img-full"src="/img/datasource-reference/databricks/insert-data-query.png"alt="Databricks: Write Data Query"style={{marginBottom:'15px'}}/>
<imgclassName="screenshot-full img-full"src="/img/datasource-reference/databricks/update-data-query.png"alt="Databricks: Update Data Query"style={{marginBottom:'15px'}}/>
<imgclassName="screenshot-full img-full"src="/img/datasource-reference/databricks/delete-data-query.png"alt="Databricks: Delete Data Query"style={{marginBottom:'15px'}}/>