From f596e7c6e3c536915a79c7b168c644918670238f Mon Sep 17 00:00:00 2001 From: Tanner Corbin Date: Tue, 6 Jan 2026 10:16:55 -0600 Subject: [PATCH 1/2] Update dbt_project-latest.json Adding "schema" and "+schema" for Snapshot configs. --- schemas/latest/dbt_project-latest.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/schemas/latest/dbt_project-latest.json b/schemas/latest/dbt_project-latest.json index ec0cfa9..69a1e6b 100644 --- a/schemas/latest/dbt_project-latest.json +++ b/schemas/latest/dbt_project-latest.json @@ -985,6 +985,9 @@ "+quote_columns": { "$ref": "#/$defs/boolean_or_jinja_string" }, + "+schema": { + "$ref": "#/$defs/schema" + }, "+strategy": { "$ref": "#/$defs/strategy" }, @@ -1045,6 +1048,9 @@ "quote_columns": { "$ref": "#/$defs/boolean_or_jinja_string" }, + "schema": { + "$ref": "#/$defs/schema" + }, "strategy": { "$ref": "#/$defs/strategy" }, @@ -1186,4 +1192,4 @@ "type": "string" } } -} \ No newline at end of file +} From 3a068a1e5a3d5ecb7deaabe97cec9fea7813b1b1 Mon Sep 17 00:00:00 2001 From: Tanner Corbin Date: Tue, 6 Jan 2026 10:19:16 -0600 Subject: [PATCH 2/2] Update dbt_project-latest.json Removing extra blank line at bottom