← All Releases

v0.2.2

2026-06-12

THE CROSS-ENGINE CATALOG

dvt docs builds one catalog and one lineage graph across every engine in your project — and DVT's execution output becomes byte-for-byte dbt-style.

ADDED

  • ▸Cross-engine catalog: dvt docs generate queries every connection's information_schema (one batched query per connection and schema) and merges the results into a single catalog.
  • ▸Themed catalog UI with plain lineage nodes — the adapter type sits under each model name; colors only appear when you configure docs: node_color yourself.
  • ▸dvt docs serve with DVT's own HTTP server.

CHANGED

  • ▸Execution output is dbt-identical: START / OK lines, row counts, timings, and Done summaries — your tooling and habits keep working unchanged.

Get it: pip install dvt-core==0.2.2 · wheels on PyPI for macOS (arm64 + x86_64) and Linux x86_64, Python 3.10–3.14 — the full platform matrix.