dagster-databricks
Package for Databricks-specific Dagster framework op and resource components.
What it is and what it does
dagster-databricks is a Dagster integration library that bridges Dagster's declarative data orchestration framework with Databricks infrastructure. It provides Databricks-specific ops and resource components that let you build data pipelines as Python functions, with Dagster handling scheduling, lineage tracking, and observability while your code runs against Databricks clusters and SQL warehouses.
The package sits within Dagster's broader ecosystem—you declare data assets using Dagster's programming model, and dagster-databricks handles the Databricks-specific plumbing: authentication, cluster interaction, and job submission. It's designed for teams already using Databricks who want Dagster's asset-centric orchestration, testing, and monitoring capabilities layered on top.
Use it for:
- Build and schedule SQL transformations on Databricks Delta Lake tables, with Dagster tracking lineage and data quality.
- Orchestrate multi-step data pipelines that read from Databricks, transform in Python, and write results back to Databricks.
- Run PySpark jobs on Databricks clusters via Dagster, with centralized monitoring and error handling across your data platform.
- Define machine learning training pipelines that pull features from Databricks and log models back to a Databricks workspace.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates Databricks with Dagster's data orchestration framework, enabling you to define and run data pipelines that interact with Databricks clusters and SQL warehouses.
Yes, if you are already using Dagster and Databricks and want a native integration between them. The package is actively maintained, has no known vulnerabilities, and low install friction. Install only if you need Databricks-specific orchestration components; the base dagster library alone may suffice for simpler use cases.
Install
dagster-databricks on PyPI
pip
pip install dagster-databricksuv
uv add dagster-databrickspoetry
poetry add dagster-databricksInstalling dagster-databricks
Before you install
Low friction install with a wheel distribution. Actively maintained as of 2026-08-14 with no known vulnerabilities. Depends on dagster and databricks-sdk among other core libraries.
License in practice
Apache-2.0 licensed, permissive terms allowing commercial and private use with minimal restrictions.
Quickstart
pip install dagster-databricks
import dagster as dg
from dagster_databricks import databricks_resource
@dg.asset
def my_table(context):
# Use Databricks resource to query or write data
pass
Requires Python 3.10 or later (supports up to 3.14). Requires active Databricks workspace credentials and connection configuration.
Verify before relying
- Whether this package provides Databricks-specific ops/resources beyond what the base dagster library offers
- What specific Databricks operations (SQL, Delta Lake, jobs) are supported by the included components
- Whether additional setup or authentication configuration is needed beyond standard Databricks SDK setup
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (<3.15,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — aiohttp, dagster-pipes, dagster-pyspark, dagster, databricks-sdk |
| Maintenance | actively maintained — 0 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 576,517/month — #5,928 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: dagster_databricks-0.29.18-py3-none-any.whl
Tags
More Distributed Computing packages
gRPC Python is an HTTP/2-based RPC framework…
permissive · top 100 on PyPI
execnetexecnet lets you spawn and communicate with…
permissive · top 1,000 on PyPI
cloudpickleCloudpickle extends Python's standard pickle…
permissive · top 1,000 on PyPI
smart-openProvides a unified, open()-compatible Python…
permissive · top 1,000 on PyPI
portalockerPortalocker provides cross-platform file…
permissive · top 1,000 on PyPI
rayRay is a distributed computing framework that…
permissive · top 1,000 on PyPI
dagsterDagster is a data pipeline orchestrator that…
permissive · top 5,000 on PyPI
dagster-dg-coredagster-dg-core provides the core orchestration…
permissive · top 5,000 on PyPI
dagster-dockerIntegrates Dagster data orchestration with…
permissive · top 5,000 on PyPI
dagster-awsDagster-aws provides AWS-specific integrations…
permissive · top 5,000 on PyPI
databricks-bundlesExtends Databricks Declarative Automation…
unclear · top 5,000 on PyPI
dagster-pysparkIntegrates PySpark with Dagster's data pipeline…
permissive · top 15,000 on PyPI
dagster-sparkDagster-spark integrates Apache Spark with…
permissive · top 15,000 on PyPI
dagster-rest-resourcesProvides REST API resource integrations for…
permissive · top 15,000 on PyPI
dagster-cloud-cliCLI tool for managing and deploying Dagster…
permissive · top 5,000 on PyPI
dagster-webserverProvides a web UI for Dagster, a data pipeline…
permissive · top 5,000 on PyPI