slidoapp / dbt-coverage

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

Support name / identifier format within sources #40

Closed reegs closed 1 year ago

reegs commented 2 years ago

The script does not currently recognize tests applied to a source that is set-up using an identifier rather than just the raw as being associated with the source.

I think, but am not certain, that this might be related to #30

mrshu commented 2 years ago

Thanks for submitting the issue @reegs!

Just so that I understand what the desired behaviour would be, do I get it right that whether a test is applied to either the identifier or the actual table name, they ought to be both counted towards that table in the report?