Skip to content

Commit

Permalink
Adding support for dbt 1.8 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
n1kk0 authored Jun 19, 2024
1 parent 83514af commit 30e649c
Show file tree
Hide file tree
Showing 6 changed files with 175 additions and 120 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Support for `dbt==1.8`. [#78] _Thanks to @n1kk0!_

## [0.3.7] - 2024-04-23
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ the support matrix.
|-------------|----------------|
| <0.20 | not tested |
| 0.20 - 0.21 | 0.1 |
| 1.0 - 1.7 | 0.2, 0.3 |
| 1.0 - 1.8 | 0.2, 0.3 |

## Related packages

Expand Down
1 change: 1 addition & 0 deletions dbt_coverage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"https://schemas.getdbt.com/dbt/manifest/v9.json",
"https://schemas.getdbt.com/dbt/manifest/v10.json",
"https://schemas.getdbt.com/dbt/manifest/v11.json",
"https://schemas.getdbt.com/dbt/manifest/v12.json",
]

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

0 comments on commit 30e649c

Please sign in to comment.