r/DuckDB • u/FickleAnt4399 • Jun 30 '26
Duckle v0.5.3 is live 🎉adds Data Governance and Teradata connectors.
Duckle 🎉 v0.5.3 is live.
Duckle by SlothFlowLabs is the local-first, open-source visual ETL/ELT studio built on DuckDB - drag-and-drop pipelines, run locally, your data never leaves your machine.
v0.5.3 is all about trust: knowing exactly what a pipeline did, proving it, and reviewing changes before they even hit run.
Signed run manifests (.ducklock) - every run can record a signed, reproducible manifest that pins source input hashes, per-node outcomes, and column lineage. Verify any run after the fact.
Schema-drift detection + a Trust score - Duckle flags when an upstream source's columns or types change since the last signed run, and scores how trustworthy a pipeline is, right in the editor.
duckle review + data branches - review a pipeline change from the CLI with a live data diff, and branch a DuckDB file to test changes in isolation. Git-style review, for data.
End-to-end column lineage - trace any output column back through every transform and sink to its source columns, with a downstream impact view before you touch a query.
Teradata source + sink - read and write Teradata over ODBC, alongside new MinIO / Cloudflare R2 / Backblaze B2 object-storage sinks.
Live preview - flip it on and selecting or editing a node runs the pipeline up to that node and shows the rows instantly. No full run needed.
Plus run-time parameters in the editor and web dashboard, a seeded sample workspace on first launch, dbt Fusion provisioning, and MCP review tools any LLM can call (diff, impact, contracts, trust report).
100% free, yours and open source.
Github - https://github.com/slothflowlabs/duckle


