dbt-coverage icon indicating copy to clipboard operation
dbt-coverage copied to clipboard

One-stop-shop for docs and test coverage of dbt projects.

Results 22 dbt-coverage issues
Sort by recently updated
recently updated
newest added

Please add options in the CLI to include and exclude models to filter out the checks in some of the models or a path.

Our project is relying on tests defined in dbt_utils - is there a way of adding support for these as well? https://github.com/dbt-labs/dbt-utils#unique_combination_of_columns-source

The script does not currently recognize tests applied to a source that is set-up using an [identifier](https://docs.getdbt.com/reference/resource-properties/identifier) rather than just the raw as being associated with the source. I think,...

To be able to retrieve dbt-coverage output in gitlab, a cobertura format is needed. See: https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportscoverage_report Could you add a command line argument to choose output format ? (json or...

## Goal Give more flexibility to user who have their manifest.json & catalog.json files not stored in /target, which is mainly the case for user using dbt cloud (need to...

This is more of a feature request, but it'd be neat to have coverage options _less strict_ than the existing column-level ones. I understand this request might go against the...

Using aliases messes up the coverage. In `load_files` the table name is not the same for catalog & manifest, as such when doing `manifest.XXX.get(table_name, {})` it returns nothing. This comes...

Hi, does this package work with dbt cloud?

question

Great work on this package; I tried building something similar earlier but will go with this package instead. The command I want to add is `check`, which checks that all...

enhancement

Hi! Thanks for developing this package. Is it possible to take into account tests that are applied to models and not only to columns? For example https://github.com/dbt-labs/dbt-utils#equal_rowcount-source or the tests...

enhancement