slidoapp / dbt-coverage

One-stop-shop for docs and test coverage of dbt projects.
MIT License
199 stars 25 forks source link

Fix generic tests returning "TypeError: 'NoneType' object is not subscriptable #64

Open BI-MarcB opened 1 year ago

BI-MarcB commented 1 year ago

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

mrshu commented 1 year ago

Thanks a bunch for this @BI-MarcB!

@sweco do you think you could have a look?