Skip to content

Releases: nikogura/dbt

2.2.2

07 Mar 07:48
Compare
Choose a tag to compare

Added ability to specify basic auth credentials if desired.

2.2.1

23 Feb 22:48
Compare
Choose a tag to compare

Fixed bug in boilerplate where go.mod was missing it's final parenthesis.

Fixed bug in boilerplate where files were created in $(pwd)/$pkg instead of $(pwd)/$toolName

2.2.0

10 Feb 03:13
Compare
Choose a tag to compare

Fixed issues #4, #5, #8 .

Boilerplate now generated go.mod.
Boilerplate now generates in $(pwd), so if you want it in your $GOPATH, cd there.

2.1.13

10 Feb 02:22
Compare
Choose a tag to compare

Fixes offline mode so that dbt -o <tool> .... actually works.

2.1.12

08 Feb 23:40
Compare
Choose a tag to compare

Resolves #9.

Still requires /usr/local/bin to be writable by the user though.

2.1.11

08 Feb 20:05
Compare
Choose a tag to compare

Fixed confusing message in boilerplate gen

2.1.10

30 Jan 19:24
Compare
Choose a tag to compare

Fixed issue with boilerplate generating old format metadata.json

2.1.9

08 Nov 21:07
Compare
Choose a tag to compare

Fully converted to go modules.

Removed govendor bits.

Added extra error returns to (hopefully) address eternal loops on failed self-update.

2.1.7

23 Oct 22:56
Compare
Choose a tag to compare

Moved dbt output about downloads, and the progress bar to STDERR so as to not interfere with tools that spit output on STDOUT for downstream parsing.

2.1.6

08 Sep 15:18
Compare
Choose a tag to compare

Added progress bar to downloads