Databricks
Overview
DataBricks develops a web-based platform for working with Spark, that provides automated cluster management and Python-style notebooks. It develops Delta Lake, an open-source project to bring reliability to data lakes for machine learning and other data science use cases.
Entitle can manage the following resource types in DataBricks:
- Jobs
- Workspaces
- Clusters
This page will provide you with instructions on how to integrate Entitle and DataBricks.
General guidelines
👉🏼 In order to integrate your DataBricks in Entitle, you will need to extract three items:
- Token
- URL
- Options
Set up DataBricks to work with Entitle
Stage 1: Extract a private token
- Navigate to your Databricks tenant.
- Once logged in with an Admin account, click on your user in the top right corner, and choose User Settings from the drop-down menu.

- Click the Access Tokens tab.

- Click the blue Generate new token button.

-
In the small window which opens up, fill in these two fields and click Generate:
- Comment - a name for your token.
- Lifetime (days) - for an indefinite token, don’t specify this field. However, take note that after the number of days you choose is up, the token will no longer be available to use in Entitle.

- Make sure to copy your new token, as you will use it later in this guide.

Stage 2: Extract your URL
- Copy the URL in your browser’s search box, you will use it later in this guide.
Stage 3: Choose your managed resource types
- By default - if not specified, Entitle will fetch all managed resource types from your Databricks tenant - jobs, workspaces, and clusters.
- You can narrow down the resource types managed by Entitle. The resource types are represented below:
- Jobs - will be represented as
"jobs"
- Workspaces - will be represented as
"workspaces"
- Clusters - will be represented as
"clusters"
- Jobs - will be represented as
Creating the integration in Entitle
All that is left to do is create an integration on the Entitle application.
- Log into Entitle and navigate to the Integrations page.
- After clicking the Add Integration button, type DataBricks in the Application field.
- Don’t forget to correctly set Save on on your agent or Entitle’s cloud.

- In the configuration JSON,
token
field, paste your private token from Stage 1. - In the
url
field, paste your DataBricks URL from Stage 2, please make sure thehttps://
prefix is added as well. - In the
options
field, underresource types
, add your chosen resource types given in Stage 3. - Example connection JSON:
{
"token": "<YOUR_TOKEN>",
"url": "<YOUR_URL>",
"options": {
"resources_types": [
"jobs",
"workspace",
"clusters"
]
}
}
- Click Save, you are done!🎉
Updated 7 days ago
What’s Next