Skip to content

Commit bb3a1a3

Browse files
committed
Adding support for dbt 1.8
1 parent 83514af commit bb3a1a3

File tree

6 files changed

+394
-385
lines changed

6 files changed

+394
-385
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Added
9+
- Support for `dbt==1.8`
810

911
## [0.3.7] - 2024-04-23
1012
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ the support matrix.
226226
|-------------|----------------|
227227
| <0.20 | not tested |
228228
| 0.20 - 0.21 | 0.1 |
229-
| 1.0 - 1.7 | 0.2, 0.3 |
229+
| 1.0 - 1.8 | 0.2, 0.3 |
230230

231231
## Related packages
232232

dbt_coverage/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"https://schemas.getdbt.com/dbt/manifest/v9.json",
2020
"https://schemas.getdbt.com/dbt/manifest/v10.json",
2121
"https://schemas.getdbt.com/dbt/manifest/v11.json",
22+
"https://schemas.getdbt.com/dbt/manifest/v12.json",
2223
]
2324

2425
app = typer.Typer(help="Compute coverage of dbt-managed data warehouses.")

0 commit comments

Comments
 (0)