Overview of dltHub capabilities
develdltHub is an agent-native data engineering platform built around the open-source dlt library. It provides an end-to-end workflow for:
- Ingestion Pipeline Development: Build extract-and-load pipelines from REST APIs, SQL databases, cloud storage, and Python structures with schema inference and normalization.
- Transformation Pipeline Development: Write Python-decorated transformations using
@dlt.hub.transformation(in public preview) or integrate withdbt. - Pipeline Operations: Deploy, schedule, and monitor pipelines via the dltHub platform with support for cron and event-driven triggers.
- Data Quality & Governance: Implement declarative correctness rules and tests to catch data issues.
- Data Discovery & Serving: Access loaded data via typed Python/SQL Datasets, Marimo notebooks, or shareable public links.