We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Based on https://docs.getdbt.com/reference/artifacts/manifest-json, v12 is reserved for dbt 1.8. However, it seems that dbt 1.9 has started publishing an incompatible v12 manifest JSON schema (https://schemas.getdbt.com/dbt/manifest/v12.json):
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "title": "WritableManifest", "properties": { "metadata": { "type": "object", "title": "ManifestMetadata", "description": "Metadata about the manifest", "properties": { "dbt_schema_version": { "type": "string" }, "dbt_version": { "type": "string", "default": "1.9.0a1" }, }
dbt 1.9 should publish to a new v13 manifest JSON schema.
Download and inspect https://schemas.getdbt.com/dbt/manifest/v12.json
No response
- OS: - Python: - dbt:
The text was updated successfully, but these errors were encountered:
Thanks for reaching out @mars-lan !
Looks like this was changed from 1.8.0b3 to 1.9.0a1 in dbt-labs/schemas.getdbt.com#39.
1.8.0b3
1.9.0a1
Would it solve the problem you are reporting if 1.9.0a1 was reverted back to 1.8.0b3?
Sorry, something went wrong.
Actually never mind. The issue was unrelated to the version. Closing this now.
No branches or pull requests
Is this a new bug in dbt-core?
Current Behavior
Based on https://docs.getdbt.com/reference/artifacts/manifest-json, v12 is reserved for dbt 1.8. However, it seems that dbt 1.9 has started publishing an incompatible v12 manifest JSON schema (https://schemas.getdbt.com/dbt/manifest/v12.json):
Expected Behavior
dbt 1.9 should publish to a new v13 manifest JSON schema.
Steps To Reproduce
Download and inspect https://schemas.getdbt.com/dbt/manifest/v12.json
Relevant log output
No response
Environment
Which database adapter are you using with dbt?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: