← All Releases
v0.2.19
KNOW YOUR ADAPTERS
dvt --version now tells you what you're actually connected to: every adapter your profile uses — including the ones living in dvt's isolated environments — with its version, and deliberately without upgrade nags: dvt owns those environments, so there's nothing for you to manage. Also, `dvt version` (the bare word) is gone; only the flag exists, exactly like dbt.
ADDED
- ▸Connected-adapter inventory in dvt --version: the adapter types from your profile plus everything dvt sync has registered, with versions read straight from the isolated environments — no interpreter spawned, no adapter imported, instant.
- ▸Piped output stays machine-readable: `adapter <type> <version>` lines after the version line.
CHANGED
- ▸No update warnings, on purpose: dvt separates adapters into isolated environments and manages them itself — telling you an adapter 'needs updating' would only send you fixing what isn't broken.
- ▸`dvt version` is no longer a command. Only --version prints the banner; the bare word falls through to dbt and errors exactly as dbt does. dvt's surface stays: dbt's commands untouched, plus only the exclusive commands federation genuinely needs.
Get it: pip install dvt-core==0.2.19 · wheels on PyPI for macOS (arm64 + x86_64) and Linux, Python 3.10–3.12.