dbt-coverage
dbt-coverage copied to clipboard
Fix generic tests returning "TypeError: 'NoneType' object is not subscriptable
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
Thanks a bunch for this @BI-MarcB!
@sweco do you think you could have a look?