Releases: daedaleanai/dbt
Releases · daedaleanai/dbt
v1.3.9
What's Changed
- Support explicit module type by @Javier-varez in #126
- Support netrc authentication for tar.gz modules by @Javier-varez in #127
- Preparing release of v1.3.9 by @Javier-varez in #128
Full Changelog: v1.3.8...v1.3.9
Version v1.3.8
- Don't delete DEPS symlink to root directory
Version v1.3.7
- make
dbt sync
delete old entries in theDEPS/
folder
v1.3.6
What's Changed
- Only do two generator passes if needed by @Javier-varez in #122
Full Changelog: v1.3.5...v1.3.6
v1.3.5
What's Changed
- Add analyze command by @Javier-varez in #119
- Add config option for persistent flags by @Javier-varez in #120
- Increase dbt version number to 1.3.5 by @Javier-varez in #121
Full Changelog: v1.3.4...v1.3.5
v1.3.4
What's Changed
- Document local mirror functionality by @Javier-varez in #116
- Cleanup compilation database contents by @Javier-varez in #117
- Increase dbt version number to 1.3.4 by @Javier-varez in #118
Full Changelog: v1.3.3...v1.3.4
Version 1.3.3
What's Changed
- Updated to complete using part of the target name and absolute paths. by @nielshaandbaek in #105
- git worktree support by @nielshaandbaek in #114
- Fix SelectedTargets is only populated in coverage mode by @Javier-varez in #115
New Contributors
- @nielshaandbaek made their first contribution in #105
Full Changelog: v1.3.2...v1.3.3
Version 1.3.2
- 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
v1.3.1 Fix coverage - always use one thread (#110)
Version 1.3.0
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