From 8c333e9a9bfe01228a59f2aeb00436c9cc5c070a Mon Sep 17 00:00:00 2001 From: Pat Kearns Date: Wed, 7 Feb 2024 16:08:42 +1100 Subject: [PATCH 1/3] Update dbt_project-1.7.json Add +secure --- schemas/1.7/dbt_project-1.7.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schemas/1.7/dbt_project-1.7.json b/schemas/1.7/dbt_project-1.7.json index 4546889..35df3ee 100644 --- a/schemas/1.7/dbt_project-1.7.json +++ b/schemas/1.7/dbt_project-1.7.json @@ -323,6 +323,10 @@ "+schema": { "$ref": "#/$defs/schema" }, + "+secure": { + "$ref": "#/$defs/boolean_or_jinja_string", + "default": false + }, "+sql_header": { "$ref": "#/$defs/sql_header" }, From 516980c043193d827158b629f87d9f2435fa46da Mon Sep 17 00:00:00 2001 From: Pat Kearns Date: Wed, 7 Feb 2024 16:13:07 +1100 Subject: [PATCH 2/3] Update dbt_project-1.7.json with and without pluses --- schemas/1.7/dbt_project-1.7.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schemas/1.7/dbt_project-1.7.json b/schemas/1.7/dbt_project-1.7.json index 35df3ee..1324198 100644 --- a/schemas/1.7/dbt_project-1.7.json +++ b/schemas/1.7/dbt_project-1.7.json @@ -424,6 +424,10 @@ "schema": { "$ref": "#/$defs/schema" }, + "secure": { + "$ref": "#/$defs/boolean_or_jinja_string", + "default": false + }, "snowflake_warehouse": { "$ref": "#/$defs/snowflake_warehouse" }, From ac7f44643d51fe02eb0b5636dca37d8fa7cf22c4 Mon Sep 17 00:00:00 2001 From: Joel Labes Date: Thu, 8 Feb 2024 15:06:36 +1300 Subject: [PATCH 3/3] add to latest too --- schemas/latest/dbt_project-latest.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/schemas/latest/dbt_project-latest.json b/schemas/latest/dbt_project-latest.json index 94de586..4f83b11 100644 --- a/schemas/latest/dbt_project-latest.json +++ b/schemas/latest/dbt_project-latest.json @@ -512,6 +512,10 @@ "+schema": { "$ref": "#/$defs/schema" }, + "+secure": { + "$ref": "#/$defs/boolean_or_jinja_string", + "default": false + }, "+snowflake_warehouse": { "$ref": "#/$defs/snowflake_warehouse" }, @@ -609,6 +613,10 @@ "schema": { "$ref": "#/$defs/schema" }, + "secure": { + "$ref": "#/$defs/boolean_or_jinja_string", + "default": false + }, "snowflake_warehouse": { "$ref": "#/$defs/snowflake_warehouse" },