Skip to content

Commit

Permalink
Adding manifest v11 (#4214)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?

Adding Manifest v11 to the tables

Changed the manifest version table to a snippet.

## Checklist

- [x] Review the [Content style
guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md)
and [About
versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version)
so my content adheres to these guidelines.
- [x] Add a checklist item for anything that needs to happen before this
PR is merged, such as "needs technical review" or "change base branch."
  • Loading branch information
matthewshaver authored Oct 13, 2023
2 parents 6cccc16 + 2ea693c commit 76ab4f9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
12 changes: 3 additions & 9 deletions website/docs/reference/artifacts/manifest-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@ title: "Manifest JSON file"
sidebar_label: "Manifest"
---

| dbt Core version | Manifest version |
|------------------|---------------------------------------------------------------|
| v1.6 | [v10](https://schemas.getdbt.com/dbt/manifest/v10/index.html) |
| v1.5 | [v9](https://schemas.getdbt.com/dbt/manifest/v9/index.html) |
| v1.4 | [v8](https://schemas.getdbt.com/dbt/manifest/v8/index.html) |
| v1.3 | [v7](https://schemas.getdbt.com/dbt/manifest/v7/index.html) |
| v1.2 | [v6](https://schemas.getdbt.com/dbt/manifest/v6/index.html) |
| v1.1 | [v5](https://schemas.getdbt.com/dbt/manifest/v5/index.html) |
| v1.0 | [v4](https://schemas.getdbt.com/dbt/manifest/v4/index.html) |
import ManifestVersions from '/snippets/_manifest-versions.md';

<ManifestVersions />

**Produced by:** Any command that parses your project. This includes all commands **except** [`deps`](/reference/commands/deps), [`clean`](/reference/commands/clean), [`debug`](/reference/commands/debug), [`init`](/reference/commands/init)

Expand Down
10 changes: 2 additions & 8 deletions website/docs/reference/dbt-jinja-functions/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,9 @@ To view the structure of `models` and their definitions:

Use the following table to understand how the versioning pattern works and match the Manifest version with the dbt version:

| dbt version | Manifest version |
| ----------- | ---------------- |
| `v1.5` | [Manifest v9](https://schemas.getdbt.com/dbt/manifest/v9/index.html)
| `v1.4` | [Manifest v8](https://schemas.getdbt.com/dbt/manifest/v8/index.html)
| `v1.3` | [Manifest v7](https://schemas.getdbt.com/dbt/manifest/v7/index.html)
| `v1.2` | [Manifest v6](https://schemas.getdbt.com/dbt/manifest/v6/index.html)
| `v1.1` | [Manifest v5](https://schemas.getdbt.com/dbt/manifest/v5/index.html)

import ManifestVersions from '/snippets/_manifest-versions.md';

<ManifestVersions />

## Related docs

Expand Down
11 changes: 11 additions & 0 deletions website/snippets/_manifest-versions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

| dbt Core version | Manifest version |
|------------------|---------------------------------------------------------------|
| v1.7 | [v11](https://schemas.getdbt.com/dbt/manifest/v11/index.html) |
| v1.6 | [v10](https://schemas.getdbt.com/dbt/manifest/v10/index.html) |
| v1.5 | [v9](https://schemas.getdbt.com/dbt/manifest/v9/index.html) |
| v1.4 | [v8](https://schemas.getdbt.com/dbt/manifest/v8/index.html) |
| v1.3 | [v7](https://schemas.getdbt.com/dbt/manifest/v7/index.html) |
| v1.2 | [v6](https://schemas.getdbt.com/dbt/manifest/v6/index.html) |
| v1.1 | [v5](https://schemas.getdbt.com/dbt/manifest/v5/index.html) |
| v1.0 | [v4](https://schemas.getdbt.com/dbt/manifest/v4/index.html) |

0 comments on commit 76ab4f9

Please sign in to comment.