Releases: datnguye/dbterd
Releases · datnguye/dbterd
v1.0.0
What's Changed
- New documentation site: https://dbterd.datnguyen.de/
- Support other dbt resource types previously just looking at
model
type - Bump to 1.0.0
Under the hood
- feat: Add mkdocs build by @datnguye in #16
- Feature/add optional dbt resource type by @yingyingqiqi in #14
- Feature/#14 add doc more tests by @datnguye in #18
New Contributors
- @yingyingqiqi made their first contribution in #14
Full Changelog: 0.2.1...1.0.0
v0.3.0b1
What's Changed
- New documentation site: https://dbterd.datnguyen.de/ 🎉
- Support other dbt resource types, not just
model
Under the hood
- feat: Add mkdocs build by @datnguye in #16
- Feature/add optional dbt resource type by @yingyingqiqi in #14
New Contributors
- @yingyingqiqi made their first contribution in #14
Full Changelog: 0.2.1...0.3.0b1
v0.2.1
v0.2.0
What's Changed
- Improve reliability of column name parsing
- Column data type correction
- Code quality mechanisim for DEV
- New option in
dbterd run
: (-ad
,--artifacts-dir
) to replace (-mp
,--manifest-path
) which will be depreated in v0.3
Breaking Changes
- Run now requires both
manifest.json
andcatalog.json
(you won't need to worry much if you're using it underdbt docs generate
context)
New Contributors
Full Changelog: 0.1.1...0.2.0
v0.2.0b0
Features
- Take care of column data type with involving
catalog.json
along withmanifest.json
- Improve reliability of column names parsing
What's Changed in details
- Feature/code quality tools by @Oracen in #9
- Improve file loading by @Oracen in #10
- Feature/column name bug by @Oracen in #11
New Contributors
Full Changelog: 0.1.1...0.2.0b0