dbt-coverage
dbt-coverage copied to clipboard
One-stop-shop for docs and test coverage of dbt projects.
Planning to submit a PR, just wanted to tee this up first to document the need Steps to reproduce: ``` pip install dbt-coverage==0.2.2 git clone https://github.com/dbt-labs/jaffle_shop git checkout b0b77aa dbt-coverage...
It would be nice if somehow we could badge the README in our repo automatically with the coverage results.
I'm using DBT with a BI tool called Lightdash. Lightdash is a Looker-like BI tool that uses metadata stored under the `meta` attribute in DBT yaml to act as its...
### Description I encountered an issue with the dbt-coverage package where the manifest file cannot be parsed properly. The error occurs in a specific function handling column names. ### Steps...
# General situation I work with dbt and python. I use sonar qube to check my python code but I cant check the created sql with dbt. Is there an...
Generic tests return an error "TypeError: 'NoneType' object is not subscriptable", because they are listed in the nodes, but not relevant for dbt-coverage. Fixes https://github.com/slidoapp/dbt-coverage/issues/52
Hi team, I am wondering whether it is already possible for me to display the coverage doc/test result as a percentage on gitlab badges. Please see similar example for python...
Originally I had used `is not None` as you say, however, this doesn't work due to a known issue with `typer`: https://github.com/tiangolo/typer/issues/410 whereby [an] _"Empty tuple [is] returned for Option...
Hi! Really like this neat tool to add simple coverage reports to our CI process. The only thing I'm missing is to optionally display the columns that are not documented...