Skip to content

Commit

Permalink
Minor updates to versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dat Nguyen committed Feb 3, 2023
1 parent c20b81b commit 7ecf512
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# dq-vault
This DBT package provides an overview on Data Quality for all DataVault (DV) models in your DBT project.

`dq-vault` enables you to:
- Monitor your test coverage for DV models
- Monitor no. of tests are there for each model or each DV entity (Hub, Link, Satellite ...)
- Be aware of tests that fail or throw warnings frequently
- Compare the number of warnings/errors/test failures between each DBT run
- ...


## What does this package do?
It works by scanning your DBT test run results related to DataVault models and putting them into the following `views` & `metrics`:
Expand Down
4 changes: 2 additions & 2 deletions dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'dq_vault'
config-version: 2
version: '0.1.0'
require-dbt-version: ">=1.2.0"
version: '0.1.1'
require-dbt-version: ">=1.3.0"

test-paths: ["tests"]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Dat Nguyen <dat@infinitelambda.com>", "Minh Ngo <minh@infinitelambda

[tool.poetry.dependencies]
python = "^3.9"
dbt-core = "^1.3.0"
dbt-core = "~1.3.0"
dbt-snowflake = "^1.3.0"
pre-commit = "^2.17.0"

Expand Down

0 comments on commit 7ecf512

Please sign in to comment.