Skip to content

Releases: daedaleanai/dbt

v1.3.9

20 Feb 12:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.8...v1.3.9

Version v1.3.8

03 Feb 11:40
Compare
Choose a tag to compare
  • Don't delete DEPS symlink to root directory

Version v1.3.7

03 Feb 09:13
Compare
Choose a tag to compare
  • make dbt sync delete old entries in the DEPS/ folder

v1.3.6

30 Nov 09:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.5...v1.3.6

v1.3.5

28 Nov 11:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.4...v1.3.5

v1.3.4

07 Nov 12:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.3.4

Version 1.3.3

21 Sep 16:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.3.3

Version 1.3.2

06 Sep 08:06
Compare
Choose a tag to compare
  • Add dbt clone subcommand to clone a dbt repo and sync its dependencies.
  • Add configuration file to determine local mirror location (if any)

Version 1.3.1

22 Aug 12:18
9f3fd72
Compare
Choose a tag to compare
v1.3.1

Fix coverage - always use one thread (#110)

Version 1.3.0

04 Aug 05:12
1fe45c6
Compare
Choose a tag to compare
New dependency resolution mechanism (#108)

* New dependency resolution mechanism

* remove unused struct

* typo

* finor fixes

* another typo

* add comment about MODULE file version being the minor DBT version

* keep Layout when reading v2 MODULE file