skillfed

databricks-dlt

Databricks DLT Library

databricks-dlt v0.3.0 2.1M downloads/30d#3,298 on PyPI
License unclear Databricks Proprietary License DORMANT released

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-dlt

uv

uv add databricks-dlt

poetry

poetry add databricks-dlt

Installing 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

delta live tables python stubsdlt local development ide supportdatabricks dlt type hintsdelta live tables autocompletedlt pipeline development toolsdatabricks pipeline type checkingdlt python api reference
databrickstype-stubslocal-development

More Software Development packages