slidoapp / dbt-coverage

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

Add support for Manifest v6 #35

Closed reegs closed 2 years ago

reegs commented 2 years ago

dbt has released version 1.2 and bumped the manifest version to v6 as part of this release.

They have allowed manifest v6 to defer to v4 and v5 of the manifest which means that changes are not breaking. They are related to adding information about configs and metrics. Neither of these are currently consumed from the manifest by dbt coverage

I believe this means dbt-coverage can add manifest v6 support without fundamental changes to the project

sweco commented 2 years ago

Hey @reegs, thanks for reporting the issue and checking the status. I'll add manifest v6 to the list of supported versions.

reegs commented 2 years ago

Thank you @sweco !