From 94544b25272c72d3dc44c91511f2b57832d273bd Mon Sep 17 00:00:00 2001 From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> Date: Fri, 6 Oct 2023 16:30:07 -0400 Subject: [PATCH 1/3] Adding manifest v11 --- website/docs/reference/artifacts/manifest-json.md | 12 +++--------- website/docs/reference/dbt-jinja-functions/model.md | 10 ++-------- website/snippets/_manifest-versions.md | 11 +++++++++++ 3 files changed, 16 insertions(+), 17 deletions(-) create mode 100644 website/snippets/_manifest-versions.md diff --git a/website/docs/reference/artifacts/manifest-json.md b/website/docs/reference/artifacts/manifest-json.md index 5e8dcedd2d5..47a9849eda5 100644 --- a/website/docs/reference/artifacts/manifest-json.md +++ b/website/docs/reference/artifacts/manifest-json.md @@ -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'; + + **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) diff --git a/website/docs/reference/dbt-jinja-functions/model.md b/website/docs/reference/dbt-jinja-functions/model.md index e967debd01f..9ccf0759470 100644 --- a/website/docs/reference/dbt-jinja-functions/model.md +++ b/website/docs/reference/dbt-jinja-functions/model.md @@ -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'; + ## Related docs diff --git a/website/snippets/_manifest-versions.md b/website/snippets/_manifest-versions.md new file mode 100644 index 00000000000..f6c52add3b5 --- /dev/null +++ b/website/snippets/_manifest-versions.md @@ -0,0 +1,11 @@ + +| dbt Core version | Manifest version | +|------------------|---------------------------------------------------------------| +| v1.7 | v11 | +| 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) | \ No newline at end of file From 62ac87b6bacad58394d012c2934f8d9fbb86dbeb Mon Sep 17 00:00:00 2001 From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> Date: Tue, 10 Oct 2023 14:36:38 -0400 Subject: [PATCH 2/3] Update website/snippets/_manifest-versions.md --- website/snippets/_manifest-versions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/snippets/_manifest-versions.md b/website/snippets/_manifest-versions.md index f6c52add3b5..911d8b5de90 100644 --- a/website/snippets/_manifest-versions.md +++ b/website/snippets/_manifest-versions.md @@ -1,7 +1,7 @@ | dbt Core version | Manifest version | |------------------|---------------------------------------------------------------| -| v1.7 | v11 | +| 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) | From b1a13e72d6b82fe7cd909d8d36ba6cebd5b49183 Mon Sep 17 00:00:00 2001 From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> Date: Tue, 10 Oct 2023 14:37:30 -0400 Subject: [PATCH 3/3] Update website/snippets/_manifest-versions.md --- website/snippets/_manifest-versions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/snippets/_manifest-versions.md b/website/snippets/_manifest-versions.md index 911d8b5de90..c9b3e7af6ec 100644 --- a/website/snippets/_manifest-versions.md +++ b/website/snippets/_manifest-versions.md @@ -1,7 +1,7 @@ | dbt Core version | Manifest version | |------------------|---------------------------------------------------------------| -| v1.7 | [v11](https://schemas.getdbt.com/dbt/manifest/v11/index.html) | +| 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) |