databricks-dlt
Databricks DLT Library
What it is and what it does
databricks-dlt is a Python stub library that provides type hints, API specifications, and docstring references for the Databricks Delta Live Tables (DLT) Python API. It is designed to improve the local development experience by enabling IDE autocomplete and type checking in your code editor when writing DLT pipeline code, without providing any functional runtime implementation.
The package depends on databricks-connect and is intended as a development aid only. It does not allow you to create or run DLT pipelines locally; actual pipeline execution requires deployment to Databricks Services. The library's sole purpose is to make writing pipeline code in your local environment more productive by offering the same API surface and type information you would see when running on Databricks.
Use it for:
- Enable IDE autocomplete and type hints when writing DLT pipeline code in your local development environment before deployment.
- Perform static type checking on DLT pipeline code using tools like mypy or pyright without needing a live Databricks connection.
- Reference DLT Python API docstrings and method signatures locally during development to reduce context switching to external documentation.
- Catch API usage errors early in development by leveraging Python type annotations before pushing code to Databricks.
- Support team development workflows where developers write and review pipeline code locally with full IDE support.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type hints, API specs, and IDE autocomplete support for developing Databricks Delta Live Tables pipelines locally without functional runtime implementation.
Yes, if you are actively developing Databricks DLT pipelines and want IDE autocomplete and type checking in your local environment. The low install friction and lack of known vulnerabilities make it a safe addition to your development setup. However, maintenance is dormant, so type hints may lag behind the current DLT API. The proprietary license restricts use to Databricks Services; verify compliance with your organization's licensing terms before adopting.
Install
databricks-dlt on PyPI
pip
pip install databricks-dltuv
uv add databricks-dltpoetry
poetry add databricks-dltInstalling databricks-dlt
Before you install
Low install friction with a single runtime dependency on databricks-connect. Maintenance status is dormant; the package has not been updated since its latest release on 2024-11-27.
License in practice
Licensed under Databricks Proprietary License (not SPDX-standardized). Use is restricted to connection with Databricks Services under their Master Cloud Services Agreement; redistribution is permitted only under the same terms and with proper attribution.
Quickstart
pip install databricks-dlt
import dlt
# Access DLT module for type hints and autocomplete in your local IDE
Requires Python 3.9 or later. This package provides only type stubs and API specs—it cannot run or execute DLT pipelines locally; actual pipeline execution requires Databricks Services.
Verify before relying
- Whether dormant maintenance status reflects intentional stability or active abandonment.
- Compatibility with recent versions of databricks-connect and whether breaking changes have occurred.
- Whether type hints cover the full current DLT Python API or only a subset as of the last release.
Package facts
| License | Databricks Proprietary License (unclear) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — databricks-connect |
| Maintenance | dormant — 625 days since the last release |
| First released | |
| Downloads | 2,097,339/month — #3,298 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: databricks_dlt-0.3.0-py3-none-any.whl
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
dlt-metaDLT-META is a metadata-driven framework that…
unclear · top 15,000 on PyPI
databricks-feature-engineeringDatabricks Feature Engineering client for…
unclear · top 5,000 on PyPI
dbt-databricksdbt-databricks is a dbt adapter that enables…
permissive · top 5,000 on PyPI
dltdlt automates extraction, schema inference, and…
permissive · top 5,000 on PyPI
dbldatagenGenerates synthetic data at scale within…
unclear · top 15,000 on PyPI
dbl-discoverxDiscoverX automates bulk administration tasks…
unclear · top 15,000 on PyPI
definite-sdkA Python client for the Definite API that…
permissive · top 15,000 on PyPI
databricks-zerobus-ingest-sdkA Python client for streaming data ingestion…
unclear · top 15,000 on PyPI
databricks-agentsMosaic AI Agent Framework SDK provides a Python…
unclear · top 5,000 on PyPI
pydltPyDLT reads and writes AUTOSAR DLT (Diagnostic…
permissive · top 15,000 on PyPI