This repository was archived by the owner on May 17, 2024. It is now read-only.
This repository was archived by the owner on May 17, 2024. It is now read-only.
dbt 1.6 - ERROR X validation errors for ManifestV10 #683
Closed
Description
Describe the bug
Now that dbt 1.6 is fully released, we are seeing validation errors for manifests from that version. The validation is using a beta version of the manifest schema.
Users will see:
ERROR X validation errors for ManifestV10
Need to update dbt-artifacts-parser to support the official V10 manifest schema. Issue here: yu-iskw/dbt-artifacts-parser#54
Other context for the future:
- We're using dbt-artifacts-parser to access dbt manifests as python objects vs. dicts
- this isn't totally necessary and may be causing more trouble than it's worth