All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support for
dbt==1.8
. [#78] Thanks to @n1kk0!
- Bump vulnerable dependencies
- Minimal version of Python to 3.7
- Support for
dbt==1.7
. [#72] Thanks to @pgoslatara! - Coverage type to string/markdown reports. [#74] Thanks to @pgoslatara!
- Contributing guide and pre-commit. [#73] Thanks to @pgoslatara!
- Support for
dbt==1.6
- Integration tests
store_failures
crashingcompute
- Support for
dbt==1.4
anddbt==1.5
- Support for aliases
- Protect division by zero
- Repository metadata
- Model selection by path
- Support for custom run artifacts path. [#33] Thanks to @Fszta!
- Support for model selection by path. [#45] Thanks to @followingell!
- Support for
compute doc
to print results in a markdown table format. [#47] Thanks to @vvvito!
- Support for
dbt==1.3
- Support for
dbt==1.2
- Return coverage report object from compute.
- Support for
dbt==1.1
- Support for
dbt==1.0.*
- Support for
dbt<1
- Simplify
CoverageType
enum
- Support for snapshots.
manifest.json
parsing.- Take seeds into account.
- Beef up the README.
- Matching of entities between manifest and catalog
- Add forgotten dbt run to README.
- Changelog.
- Do not mix doc and test coverage in README.
- Use jaffle_shop as example project in README.
- Fix
compare
with previously nonexistent entity (table or column).
- README in PyPI.
- First release of
dbt-coverage
.