Skip to content

Releases: gwenwindflower/tbd

v0.0.7

14 Apr 21:11
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

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

14 Apr 20:34
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

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

14 Apr 17:46
4d5d7ba
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

This release adds support for DuckDB.

v0.0.4

14 Apr 14:37
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

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

14 Apr 02:53
7fc304e
Compare
Choose a tag to compare
v0.03 Pre-release
Pre-release

Adds BigQuery support.

v0.0.2

13 Mar 01:49
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

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

10 Mar 15:47
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

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.