dlt-meta
DLT-META Framework
What it is and what it does
DLT-META bridges Databricks Lakeflow Declarative Pipelines and configuration-driven automation by reading pipeline metadata from JSON onboarding files and dynamically generating bronze and silver layer pipelines. Instead of writing pipeline code for each data source, teams define source/target metadata, data quality rules, and transformations in configuration files; a single generic pipeline then reads these specifications and orchestrates the workload. The framework supports multiple input sources (Autoloader, Delta, Eventhub, Kafka, snapshots), CDC operations, data quality expectations, quarantine tables, and custom transformations across both layers.
The package integrates with the Databricks CLI to provide interactive onboarding and deployment commands. It is designed for teams building enterprise-scale data platforms who want to templatize pipeline creation and reduce manual coding. Runtime dependencies are minimal (setuptools, databricks-sdk, PyYAML), and the package targets Python 3.8 and later.
Use it for:
- Automate bronze pipelines ingesting from multiple sources using metadata-driven configuration instead of hand-coded transformations.
- Define silver-layer transformations and data quality rules in JSON, then deploy across datasets without rewriting logic.
- Implement medallion architecture at scale by chaining bronze and silver pipelines with a single configuration parameter.
- Apply CDC and snapshot-to-stream flows declaratively by specifying them in metadata rather than coding each pattern.
- Enforce data quality expectations and quarantine invalid records automatically by declaring rules in configuration files.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
DLT-META is a metadata-driven framework that automates bronze and silver data pipelines on Databricks by reading pipeline specifications from JSON configuration files and orchestrating Lakeflow Declarative Pipeline execution.
Yes, if you are building data pipelines on Databricks and want to reduce boilerplate by adopting configuration-driven automation. The low install friction and lack of known vulnerabilities support adoption. However, the unclear license terms and aging maintenance status (332 days since last release) warrant review before committing to production use—confirm license compatibility and assess whether the slower maintenance cadence aligns with your support expectations.
Install
dlt-meta on PyPI
pip
pip install dlt-metauv
uv add dlt-metapoetry
poetry add dlt-metaInstalling dlt-meta
Before you install
Low install friction with three straightforward runtime dependencies. Package shows aging maintenance status—last release was 332 days ago—so expect slower response to issues, though no known vulnerabilities are present.
License in practice
License treatment is unclear: the package carries a 'Databricks License' designation without a standard SPDX identifier. Review the actual license terms before adopting in commercial or redistributed contexts.
Quickstart
pip install dlt-meta
from dlt_meta import DLTMeta
# Authenticate and configure
databricks labs dlt-meta onboard
databricks labs dlt-meta deploy
Requires Databricks CLI v0.213 or later, a Databricks workspace, and Python 3.8 or higher. Must authenticate via 'databricks auth login --host WORKSPACE_HOST' before use.
Verify before relying
- Exact scope of the 'Databricks License' and whether it permits commercial use or redistribution.
- Whether the package is actively maintained or in maintenance-only mode given 332 days since last release.
- Performance characteristics and scalability limits for large pipeline configurations.
Package facts
| License | Databricks License (unclear) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — setuptools, databricks-sdk, PyYAML |
| Maintenance | aging — 332 days since the last release |
| First released | |
| Downloads | 241,127/month — #8,885 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: dlt_meta-0.0.10-py3-none-any.whl
Tags
More Testing packages
Pluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
virtualenvvirtualenv creates isolated Python environments…
permissive · top 100 on PyPI
coverageCoverage.py measures which lines of Python code…
permissive · top 1,000 on PyPI
pytest-asynciopytest-asyncio is a pytest plugin that enables…
permissive · top 1,000 on PyPI
pytest-json-ctrfA pytest plugin that generates test reports in…
permissive · top 1,000 on PyPI
databricks-dltProvides type hints, API specs, and IDE…
unclear · top 5,000 on PyPI
databricks-bundlesExtends Databricks Declarative Automation…
unclear · top 5,000 on PyPI
dbldatagenGenerates synthetic data at scale within…
unclear · top 15,000 on PyPI
brickflowsA Python framework and CLI tool for building…
permissive · top 5,000 on PyPI
dbxdbx is a CLI tool that extends Databricks…
unclear · top 15,000 on PyPI
dagster-dltIntegrates dlt data loading into Dagster…
permissive · top 15,000 on PyPI
dbt-databricksdbt-databricks is a dbt adapter that enables…
permissive · top 5,000 on PyPI
dagster-databricksIntegrates Databricks with Dagster's data…
permissive · top 15,000 on PyPI
databricks-feature-engineeringDatabricks Feature Engineering client for…
unclear · top 5,000 on PyPI
databricks-ai-bridgeProvides a shared Python API layer for building…
unclear · top 5,000 on PyPI