Python · dlt · dbt · Databricks · DuckDB
dlt + dbt on Databricks
Runnable lakehouse examples, from ingestion to an evidence-based quality gate.
A public example stack using the dlthub dlt library, dbt models, Unity Catalog, and Databricks orchestration. The same pipeline can run locally against DuckDB.
Updated from public sources ·
Real inputs, complete workflows
Examples cover REST and Postgres ingestion, incremental merges, schema contracts, Iceberg, and Zerobus. dbt builds staging and analytics marts, including an insurance-claims example. A Databricks Asset Bundle connects ingestion and transformation.
A useful local feedback loop
The warehouse-free CI lane runs ingestion, dbt, and the quality gate against DuckDB. The gate emits promote, review, or block with deterministic evidence. The August additions include Zerobus ingestion and fixes from exercising it on a real workspace.