diff --git a/schemas/1.7/dbt_project-1.7.json b/schemas/1.7/dbt_project-1.7.json index 1324198..073d489 100644 --- a/schemas/1.7/dbt_project-1.7.json +++ b/schemas/1.7/dbt_project-1.7.json @@ -481,6 +481,9 @@ "+database": { "$ref": "#/$defs/database" }, + "+delimiter": { + "$ref": "#/$defs/delimiter" + }, "+enabled": { "$ref": "#/$defs/boolean_or_jinja_string" }, @@ -517,6 +520,9 @@ "copy_grants": { "$ref": "#/$defs/boolean_or_jinja_string" }, + "delimiter": { + "$ref": "#/$defs/delimiter" + }, "enabled": { "$ref": "#/$defs/boolean_or_jinja_string" }, @@ -831,6 +837,9 @@ "database": { "type": "string" }, + "delimiter": { + "type": "string" + }, "file_format": { "type": "string" }, diff --git a/schemas/1.7/dbt_yml_files-1.7.json b/schemas/1.7/dbt_yml_files-1.7.json index 0070d87..6a51d55 100644 --- a/schemas/1.7/dbt_yml_files-1.7.json +++ b/schemas/1.7/dbt_yml_files-1.7.json @@ -328,6 +328,9 @@ "database": { "type": "string" }, + "delimiter": { + "type": "string" + }, "enabled": { "$ref": "#/$defs/boolean_or_jinja_string" }, diff --git a/schemas/latest/dbt_project-latest.json b/schemas/latest/dbt_project-latest.json index 9ea4b06..1f037a7 100644 --- a/schemas/latest/dbt_project-latest.json +++ b/schemas/latest/dbt_project-latest.json @@ -394,6 +394,9 @@ "database": { "type": "string" }, + "delimiter": { + "type": "string" + }, "docs_config": { "title": "Docs config", "description": "Configurations for the appearance of nodes in the dbt documentation.", @@ -779,6 +782,9 @@ "+database": { "$ref": "#/$defs/database" }, + "+delimiter": { + "$ref": "#/$defs/delimiter" + }, "+docs": { "$ref": "#/$defs/docs_config" }, @@ -824,6 +830,9 @@ "database": { "$ref": "#/$defs/database" }, + "delimiter": { + "$ref": "#/$defs/delimiter" + }, "docs": { "$ref": "#/$defs/docs_config" }, diff --git a/schemas/latest/dbt_yml_files-latest.json b/schemas/latest/dbt_yml_files-latest.json index 4b4f193..14b91f4 100644 --- a/schemas/latest/dbt_yml_files-latest.json +++ b/schemas/latest/dbt_yml_files-latest.json @@ -559,6 +559,9 @@ "database": { "type": "string" }, + "delimiter": { + "type": "string" + }, "enabled": { "$ref": "#/$defs/boolean_or_jinja_string" },