databricks-bundles
Python support for Declarative Automation Bundles
What it is and what it does
databricks-bundles is a Python extension for Databricks Declarative Automation Bundles that lets you define, generate, and modify Databricks jobs and pipelines using Python code instead of (or alongside) YAML. It integrates with the Databricks CLI to manage bundle deployment and supports dynamic job creation from metadata, making infrastructure-as-code workflows more flexible and programmatic.
The package requires Python 3.10 or later and the Databricks CLI 1.12.1 or above as an external prerequisite. It has no runtime dependencies beyond the CLI itself, making it lightweight to install. Use it when you need to automate job definitions, apply conditional logic to pipeline configurations, or manage Databricks workflows as code within a Python-first development workflow.
Use it for:
- Define Databricks jobs and pipelines as Python code instead of YAML for programmatic control and version management
- Generate jobs and pipelines dynamically from metadata or configuration without manual YAML editing
- Coexist Python-defined jobs alongside existing YAML-defined jobs in the same bundle
- Modify job and pipeline configurations during bundle deployment based on environment or runtime conditions
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Extends Databricks Declarative Automation Bundles to define jobs and pipelines as Python code, dynamically generate them from metadata, and modify bundle definitions during deployment.
Yes, if you are already using Databricks and need to define jobs and pipelines programmatically. The package is actively maintained, has low install friction, and fills a clear gap for Python-based infrastructure-as-code on Databricks. The unclear license status warrants verification before adoption in proprietary projects, and you must have the Databricks CLI 1.12.1+ installed and authenticated first.
Install
databricks-bundles on PyPI
pip
pip install databricks-bundlesuv
uv add databricks-bundlespoetry
poetry add databricks-bundlesInstalling databricks-bundles
Before you install
Low install friction with a pure Python wheel. Active maintenance with a release 2 days old. Requires Databricks CLI version 1.12.1 or above as a prerequisite external tool.
License in practice
License treatment is unclear; the package itself has no declared SPDX license, though use is subject to the Databricks License and Privacy Notice per the documentation.
Quickstart
# Install Databricks CLI 1.12.1 or above, then:
pip install databricks-bundles
# Authenticate and initialize a bundle:
databricks configure
databricks bundle init pydabs
# Define jobs/pipelines in Python within the bundle project
Requires Databricks CLI version 1.12.1 or above installed and workspace authentication configured via `databricks configure`
Verify before relying
- Whether the package is published under an open-source license or proprietary terms
- Compatibility with Databricks CLI versions beyond 1.12.1
- Support for Python versions older than 3.10
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 2 days since the last release |
| First released | |
| Downloads | 985,302/month — #4,574 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: databricks_bundles-1.12.1-py3-none-any.whl
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
dbxdbx is a CLI tool that extends Databricks…
unclear · top 15,000 on PyPI
dlt-metaDLT-META is a metadata-driven framework that…
unclear · top 15,000 on PyPI
brickflowsA Python framework and CLI tool for building…
permissive · top 5,000 on PyPI
databricks-connectDatabricks Connect is a client library that…
unclear · top 5,000 on PyPI
dagster-databricksIntegrates Databricks with Dagster's data…
permissive · top 15,000 on PyPI
pulumi-databricksA Pulumi resource provider that lets you…
permissive · top 15,000 on PyPI
databricks-feature-engineeringDatabricks Feature Engineering client for…
unclear · top 5,000 on PyPI
databricks-sdkProvides Python bindings to all public…
permissive · top 1,000 on PyPI
apache-airflow-providers-databricksIntegrates Apache Airflow with Databricks,…
permissive · top 1,000 on PyPI
dspy-aiDSPy is a framework for building and optimizing…
permissive · top 5,000 on PyPI