pulumi-databricks
A Pulumi package for creating and managing databricks cloud resources.
What it is and what it does
This is a Pulumi resource provider that bridges Python infrastructure-as-code with Databricks cloud services. It lets you declare Databricks workspaces, clusters, jobs, and other resources in Python code, then deploy and manage them through Pulumi's orchestration engine. The package wraps Databricks APIs and integrates with Pulumi's state management and dependency tracking.
You configure it with Databricks credentials (host and token, or username/password, or a local CLI config file), then write Python code that instantiates Databricks resources as objects. Pulumi handles the rest: tracking state, computing diffs, and applying changes. It depends on pulumi as its core runtime and uses parver and semver for version handling.
Use it for:
- Provision Databricks workspaces and clusters as part of a larger cloud infrastructure stack managed by Pulumi.
- Automate the creation and configuration of Databricks jobs and notebooks in a repeatable, version-controlled way.
- Manage Databricks resources across multiple environments (dev, staging, prod) using the same code with different configs.
- Integrate Databricks resource lifecycle with other cloud resources in a single Pulumi program.
- Track and audit changes to Databricks infrastructure through Pulumi's state and history.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Pulumi resource provider that lets you define, deploy, and manage Databricks workspaces and resources using infrastructure-as-code in Python.
Yes, if you are already using Pulumi for infrastructure-as-code and need to manage Databricks resources. The package is actively maintained, has no known vulnerabilities, installs cleanly, and is licensed permissively. Install it only if Databricks is part of your infrastructure footprint; it is not a general-purpose Databricks client library.
Install
pulumi-databricks on PyPI
pip
pip install pulumi-databricksuv
uv add pulumi-databrickspoetry
poetry add pulumi-databricksInstalling pulumi-databricks
Before you install
Low install friction; depends on four lightweight runtime packages (pulumi, parver, semver, typing-extensions). Active maintenance with a release 1 day old and commits through 2026-08-14.
License in practice
Licensed under Apache-2.0 (permissive), so you can use, modify, and distribute this package freely in commercial and open-source projects without restriction.
Quickstart
pip install pulumi_databricks
import pulumi
import pulumi_databricks as databricks
# Configure provider with host and token
config = pulumi.Config()
host = config.require_secret('databricks_host')
token = config.require_secret('databricks_token')
Requires Python >= 3.9 and valid Databricks workspace credentials (host and token, or username/password, or CLI config file).
Verify before relying
- Which specific Databricks resources (jobs, clusters, notebooks, etc.) are supported by version 1.104.0.
- Whether the provider supports all Databricks API endpoints or a subset.
- Performance characteristics when managing large numbers of resources.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — parver, pulumi, semver, typing-extensions |
| Maintenance | actively maintained — 1 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 281,150/month — #8,104 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pulumi_databricks-1.104.0-py3-none-any.whl
Keywords: pulumi, databricks, category/infrastructure
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
pulumi-dockerPulumi provider for managing Docker resources…
permissive · top 5,000 on PyPI
databricks-sdkProvides Python bindings to all public…
permissive · top 1,000 on PyPI
databricks-apiProvides a simplified Python interface to the…
permissive · top 5,000 on PyPI
pulumi-gcpPulumi resource provider for Google Cloud…
permissive · top 5,000 on PyPI
databricks-bundlesExtends Databricks Declarative Automation…
unclear · top 5,000 on PyPI
pulumi-githubPulumi provider for GitHub that lets you define…
permissive · top 15,000 on PyPI
pulumiverse-grafanaA Pulumi resource provider that lets you create…
permissive · top 15,000 on PyPI
databricks-cliA command-line interface for interacting with…
permissive · top 5,000 on PyPI
pulumi-azurePulumi provider for Azure Classic that lets you…
permissive · top 15,000 on PyPI
pulumi-datadogPulumi provider for declaring and managing…
permissive · top 5,000 on PyPI