Registry / data / dlthub

dlthub

JSON →
library0.27.0pypypiunverified

dlthub is a commercial extension to dlt (data load tool) for data pipelining. Current version 0.22.1, requires Python >=3.9 and <3.15. Released frequently.

pip install dlthub
INSTALL
IMPORT
SIG · DLTHUB
D
dlthub
datapythonv0.27.0
Install
2.9s avg
Import
Disk
27MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v0.27.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 28MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 2.9s · import 0.000s · 29MB
27MB installed
● package 27MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Pipeline
from dlt import Pipeline
from dlt import Pipeline

Basic pipeline using dlt and importing dlthub for commercial extensions.

import dlt from dlt import Pipeline import dlthub pipeline = Pipeline( pipeline_name='quickstart', destination='duckdb', dataset_name='data' ) @dlt.resource def my_resource(): for i in range(10): yield {'id': i, 'value': f'row_{i}'} info = pipeline.run(my_resource()) print(info)
dlt --version
Debug
Known issues
gotchaImporting dlthub directly may not be necessary for basic usage; it's a commercial extension for advanced features like monitoring, orchestration, and enterprise support. Most standard dlt operations do not require importing dlthub.
fix
Only import dlthub when you need its commercial features.
affects: *
deprecatedOlder versions of dlthub might have required different import paths (e.g., from dlthub import something).
fix
Use current pattern: install dlthub and just import dlthub to activate extensions. No specific symbol imports.
affects: <0.20.0
breakingVersion 0.22.1 drops support for Python 3.8 and above 3.15, may break existing environments.
fix
Ensure Python version is >=3.9 and <3.15.
affects: >=0.22.0
Upgrade
Version history
0.27.0latest on PyPI · released May 18, 2026
Audit
Dependencies
dltrequiredCore dependency, dlthub extends dlt's functionality
Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
dlthub — pip install dlthub · libregistry