Skip to content

Commit

Permalink
#35 Add support for dbt==1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sweco committed Jul 29, 2022
1 parent 4a4d31b commit b5d34d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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.1 | 0.2 |
| 1.0 - 1.2 | 0.2 |

## Related packages

Expand Down
3 changes: 2 additions & 1 deletion dbt_coverage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@

SUPPORTED_MANIFEST_SCHEMA_VERSIONS = [
'https://schemas.getdbt.com/dbt/manifest/v4.json',
'https://schemas.getdbt.com/dbt/manifest/v5.json'
'https://schemas.getdbt.com/dbt/manifest/v5.json',
'https://schemas.getdbt.com/dbt/manifest/v6.json',
]

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

0 comments on commit b5d34d4

Please sign in to comment.