Databricks Jobs
Learn how to connect and manage your Databricks Jobs with Ardent.
The Databricks Jobs
config is the way Ardent gains the ability to work with your Databricks Jobs environment. It is designed to take in basic auth credentials and use that to automatically understand and manage your Databricks jobs.
Usage
To use the Databricks Jobs integration with Ardent, you need to provide the necessary configuration details. Here's an example of how to set up the Databricks Jobs config:
-
Find the Configs Section: Go to the configs section in the app
-
Add a Config: Click Add New Config
- Select Config: Select the Databricks Jobs config
- Enter Values and Save Config: Configs will not save until you hit "save". Enter the necessary information for your config and hit Save
- Workspace URL: Your Databricks workspace URL
- Access Token: Your Databricks personal access token
- GitHub Token: A personal access token with permissions to access your repository
- Repository: The GitHub repository containing your Databricks job files
- Repository Path: The path to your files within the Databricks workspace
Connection Details
The Databricks Jobs config requires:
- Workspace URL: The URL of your Databricks workspace (e.g.,
dbc-xxx.cloud.databricks.com
) - Access Token: A Databricks personal access token with job management permissions
- GitHub Token: A GitHub personal access token with repository access
- Repository: The GitHub repository containing your job definitions
- Repository Path: The path where your code is mounted in Databricks (e.g.,
/Repos/your.email@company.com/
)
Note on Connection Configurations
Databricks Jobs requires:
- A running Databricks workspace
- Valid access token with appropriate permissions
- GitHub repository with job definitions
- Proper repository mounting in Databricks
- Important: Make sure your access token has the necessary permissions to manage jobs
For more information about Databricks Jobs configuration, please refer to the Databricks documentation.