From bea31c5ebd8e796f8dd4faee29b0f0f75b77d09c Mon Sep 17 00:00:00 2001
From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com>
Date: Thu, 5 Jan 2023 14:41:38 -0500
Subject: [PATCH 1/6] Updating to address current manifest schema V#
---
website/docs/reference/artifacts/manifest-json.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/website/docs/reference/artifacts/manifest-json.md b/website/docs/reference/artifacts/manifest-json.md
index e7cf57ac964..1a3222a01c8 100644
--- a/website/docs/reference/artifacts/manifest-json.md
+++ b/website/docs/reference/artifacts/manifest-json.md
@@ -1,8 +1,13 @@
---
title: Manifest
---
+
+**Current schema**: [`v8`](https://schemas.getdbt.com/dbt/manifest/v8/index.html)
+
-**Current schema**: [`v6`](https://schemas.getdbt.com/dbt/manifest/v6/index.html)
+
+**Current schema**: [`v7`](https://schemas.getdbt.com/dbt/manifest/v7/index.html)
+
**Produced by:** [`build`](commands/build) [`compile`](commands/compile) [`docs generate`](commands/cmd-docs) [`list`](commands/list) [`seed`](commands/seed) [`snapshot`](commands/snapshot) [`source freshness`](commands/source) [`test`](commands/test) [`run`](commands/run) [`run-operation`](commands/run-operation)
From 60bc71fc395c8444b08889ae1d3989d147511d89 Mon Sep 17 00:00:00 2001
From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com>
Date: Tue, 10 Jan 2023 15:23:41 -0500
Subject: [PATCH 2/6] Update website/docs/reference/artifacts/manifest-json.md
Co-authored-by: Jeremy Cohen
---
website/docs/reference/artifacts/manifest-json.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/docs/reference/artifacts/manifest-json.md b/website/docs/reference/artifacts/manifest-json.md
index 1a3222a01c8..d7cc748f4d0 100644
--- a/website/docs/reference/artifacts/manifest-json.md
+++ b/website/docs/reference/artifacts/manifest-json.md
@@ -6,7 +6,7 @@ title: Manifest
-**Current schema**: [`v7`](https://schemas.getdbt.com/dbt/manifest/v7/index.html)
+**dbt Core v1.3 produces schema**: [`v7`](https://schemas.getdbt.com/dbt/manifest/v7/index.html)
**Produced by:** [`build`](commands/build) [`compile`](commands/compile) [`docs generate`](commands/cmd-docs) [`list`](commands/list) [`seed`](commands/seed) [`snapshot`](commands/snapshot) [`source freshness`](commands/source) [`test`](commands/test) [`run`](commands/run) [`run-operation`](commands/run-operation)
From a4d72c3f5be1a08991025d8e703b85ca4e6e5fad Mon Sep 17 00:00:00 2001
From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com>
Date: Tue, 10 Jan 2023 15:24:27 -0500
Subject: [PATCH 3/6] Update website/docs/reference/artifacts/manifest-json.md
---
website/docs/reference/artifacts/manifest-json.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/docs/reference/artifacts/manifest-json.md b/website/docs/reference/artifacts/manifest-json.md
index d7cc748f4d0..1aef954550f 100644
--- a/website/docs/reference/artifacts/manifest-json.md
+++ b/website/docs/reference/artifacts/manifest-json.md
@@ -2,7 +2,7 @@
title: Manifest
---
-**Current schema**: [`v8`](https://schemas.getdbt.com/dbt/manifest/v8/index.html)
+**dbt Core v1.4 produces schema**: [`v8`](https://schemas.getdbt.com/dbt/manifest/v8/index.html)
From 4a1f3cc05c90057ae1345a8e034d1e507b7afa71 Mon Sep 17 00:00:00 2001
From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com>
Date: Tue, 10 Jan 2023 15:29:51 -0500
Subject: [PATCH 4/6] Update manifest-json.md
---
website/docs/reference/artifacts/manifest-json.md | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/website/docs/reference/artifacts/manifest-json.md b/website/docs/reference/artifacts/manifest-json.md
index 1aef954550f..3a72c3e45d3 100644
--- a/website/docs/reference/artifacts/manifest-json.md
+++ b/website/docs/reference/artifacts/manifest-json.md
@@ -9,6 +9,18 @@ title: Manifest
**dbt Core v1.3 produces schema**: [`v7`](https://schemas.getdbt.com/dbt/manifest/v7/index.html)
+
+**dbt Core v1.2 produces schema**: [`v6`](https://schemas.getdbt.com/dbt/manifest/v6/index.html)
+
+
+
+**dbt Core v1.1 produces schema**: [`v5`](https://schemas.getdbt.com/dbt/manifest/v5/index.html)
+
+
+
+**dbt Core v1.0 produces schema**: [`v4`](https://schemas.getdbt.com/dbt/manifest/v4/index.html)
+
+
**Produced by:** [`build`](commands/build) [`compile`](commands/compile) [`docs generate`](commands/cmd-docs) [`list`](commands/list) [`seed`](commands/seed) [`snapshot`](commands/snapshot) [`source freshness`](commands/source) [`test`](commands/test) [`run`](commands/run) [`run-operation`](commands/run-operation)
From 74ee5f854378c452afe23eff2df7635561f1d0a4 Mon Sep 17 00:00:00 2001
From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com>
Date: Tue, 10 Jan 2023 15:32:56 -0500
Subject: [PATCH 5/6] Update manifest-json.md
---
website/docs/reference/artifacts/manifest-json.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/docs/reference/artifacts/manifest-json.md b/website/docs/reference/artifacts/manifest-json.md
index 3a72c3e45d3..634736d6db2 100644
--- a/website/docs/reference/artifacts/manifest-json.md
+++ b/website/docs/reference/artifacts/manifest-json.md
@@ -48,7 +48,7 @@ All resources nested within `nodes`, `sources`, `exposures`, `macros`, and `docs
- `name`: Resource name.
- `unique_id`: `..`, same as dictionary key
- `package_name`: Name of package that defines this resource.
-- `root_path`: Absolute file path of this resource's package.
+- `root_path`: Absolute file path of this resource's package (**Note:** Removed in dbt Core v1.4 / manifest v8, to reduce duplicative information across nodes).
- `path`: Relative file path of this resource's definition within its "resource path" (`model-paths`, `seed-paths`, etc.).
- `original_file_path`: Relative file path of this resource's definition, including its resource path.
From 9b6651a3df4251cc907f3a2d5d9aabd70d8eea43 Mon Sep 17 00:00:00 2001
From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com>
Date: Tue, 10 Jan 2023 17:23:40 -0500
Subject: [PATCH 6/6] Update website/docs/reference/artifacts/manifest-json.md
Co-authored-by: Ly Nguyen <107218380+nghi-ly@users.noreply.github.com>
---
website/docs/reference/artifacts/manifest-json.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/docs/reference/artifacts/manifest-json.md b/website/docs/reference/artifacts/manifest-json.md
index 634736d6db2..dbb6a7bd14c 100644
--- a/website/docs/reference/artifacts/manifest-json.md
+++ b/website/docs/reference/artifacts/manifest-json.md
@@ -48,7 +48,7 @@ All resources nested within `nodes`, `sources`, `exposures`, `macros`, and `docs
- `name`: Resource name.
- `unique_id`: `..`, same as dictionary key
- `package_name`: Name of package that defines this resource.
-- `root_path`: Absolute file path of this resource's package (**Note:** Removed in dbt Core v1.4 / manifest v8, to reduce duplicative information across nodes).
+- `root_path`: Absolute file path of this resource's package. This is removed in dbt Core v1.4 / manifest v8 to reduce duplicative information across nodes.
- `path`: Relative file path of this resource's definition within its "resource path" (`model-paths`, `seed-paths`, etc.).
- `original_file_path`: Relative file path of this resource's definition, including its resource path.