Releases: gwenwindflower/tbd
v0.0.7
No features in this release, I just realized until I add a CLI there's no way to check the version you have installed, which seems fairly important! So this fixes that, adding a version.go
file to hold a Version constant that is referenced wherever needed (currently just inside a very cute ASCII border I spent way too much time on for the first page of the TUI).
v0.0.6
This release fixes an issue with paths to DuckDB files. In short, when filling out the path
in the manual connection form, we make it a relative path to the current working directory for ease of use with the most common use case: a user running tbd
in the root of their dbt project where the DuckDB file is co-located. The path
defined in a dbt profiles.yml
is a full path though. Now, if you use a dbt profile for DuckDB, the path
pulled from the Profile will remain unedited and stay a full path.
v0.0.5
This release adds support for DuckDB.
v0.0.4
Fixes the package declaration in go.mod
and sub-package references to allow global install via go install "github.com/gwenwindflower/tbd@latest"
.
v0.03
Adds BigQuery support.
v0.0.2
Adds some new features, still very much pre-release, needs extensive refactoring and testing:
- Option for LLM generation of column descriptions and tests
- Option to use an existing dbt profile to speed through connection details
v0.0.1
First release! Lots to build still, primarily testing, this is very much an experimental pre-release piece of software for now, but the basic functionality of generating a sources.yml
and staging models for all the tables in a schema is working.