Skip to content

Commit

Permalink
Add support for dbt==1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
followingell authored and sweco committed Oct 14, 2022
1 parent 9f97e6c commit ece3d01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
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.3`

## [0.2.2] - 2022-07-29
### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ the support matrix.
|-------------|----------------|
| <0.20 | not tested |
| 0.20 - 0.21 | 0.1 |
| 1.0 - 1.2 | 0.2 |
| 1.0 - 1.3 | 0.2 |

## 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 @@ -16,6 +16,7 @@
'https://schemas.getdbt.com/dbt/manifest/v4.json',
'https://schemas.getdbt.com/dbt/manifest/v5.json',
'https://schemas.getdbt.com/dbt/manifest/v6.json',
'https://schemas.getdbt.com/dbt/manifest/v7.json',
]

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

0 comments on commit ece3d01

Please sign in to comment.