You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2024. It is now read-only.
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