dbt-meta-testing icon indicating copy to clipboard operation
dbt-meta-testing copied to clipboard

A dbt SQL package for ensuring documentation and test coverage, with granular control.

Results 9 dbt-meta-testing issues
Sort by recently updated
recently updated
newest added

This project is awesome! I'm looking for something that can validate that specific fields have specific tests (every model in a folder must have a not_null test on their load_date_time...

When running `dbt run-operation required_docs` against my models, every column was coming back saying it wasn't documented. I realised this was a case issue, so removed the 'column | lower'...

How to keep the result in a table for later analysis ?

Hi! I've been trying to run this with my local dbt installation, but I get inconsistent results. I get the following error: ``` # dbt run-operation required_docs > Encountered an...

Hi, I'm having an *error* when i try using the module and following the ReadMe. (dbt 1.3.0, tnightengale/dbt_meta_testing 0.3.6) `dbt run-operation required_docs --args "{'models': '$(dbt list -m state:modified --state ../../config/)'}"`...

Problem: When having a model with multiple versions, the code will disregard this fact, and verify columns against the base schema, not the version specific. This will result in false...

I was having a look at this. I have installed dbt_meta_testing package into our dbt project and was trying to add the following configuration `+required_docs: true` in the project.yml. but...

I very much appreciate the help that this package provides. My question - is there a reason to not also support required tests on `sources` and `seeds`? I'd like to...

### Description dbt Labs is running integration tests for popular open source packages as part of continuous testing and release of dbt. Add support for testing this package using tox,...