From f80004489f0880708feae079c67bf5e1e2c4cf95 Mon Sep 17 00:00:00 2001 From: Chenyu Li Date: Fri, 13 Dec 2024 12:20:46 -0800 Subject: [PATCH] nits --- schemas/dbt/manifest/v12.json | 188 ++++++---------------------------- 1 file changed, 31 insertions(+), 157 deletions(-) diff --git a/schemas/dbt/manifest/v12.json b/schemas/dbt/manifest/v12.json index 4ee1b3545a7..5e9198b07f6 100644 --- a/schemas/dbt/manifest/v12.json +++ b/schemas/dbt/manifest/v12.json @@ -13,7 +13,7 @@ }, "dbt_version": { "type": "string", - "default": "1.10.0a1" + "default": "1.9.0b4" }, "generated_at": { "type": "string" @@ -4205,12 +4205,6 @@ }, "additionalProperties": false }, - "_extra": { - "type": "object", - "propertyNames": { - "type": "string" - } - }, "access": { "enum": [ "private", @@ -4785,7 +4779,7 @@ "default": null } }, - "additionalProperties": true, + "additionalProperties": false, "required": [ "database", "schema", @@ -7696,12 +7690,6 @@ "identifier": { "type": "string" }, - "_extra": { - "type": "object", - "propertyNames": { - "type": "string" - } - }, "quoting": { "type": "object", "title": "Quoting", @@ -8235,7 +8223,7 @@ "default": null } }, - "additionalProperties": true, + "additionalProperties": false, "required": [ "database", "schema", @@ -9133,7 +9121,19 @@ "type": "integer" }, "granularity": { - "type": "string" + "enum": [ + "nanosecond", + "microsecond", + "millisecond", + "second", + "minute", + "hour", + "day", + "week", + "month", + "quarter", + "year" + ] } }, "additionalProperties": false, @@ -14014,12 +14014,6 @@ }, "additionalProperties": false }, - "_extra": { - "type": "object", - "propertyNames": { - "type": "string" - } - }, "access": { "enum": [ "private", @@ -14594,7 +14588,7 @@ "default": null } }, - "additionalProperties": true, + "additionalProperties": false, "required": [ "database", "schema", @@ -17496,12 +17490,6 @@ "identifier": { "type": "string" }, - "_extra": { - "type": "object", - "propertyNames": { - "type": "string" - } - }, "quoting": { "type": "object", "title": "Quoting", @@ -18035,7 +18023,7 @@ "default": null } }, - "additionalProperties": true, + "additionalProperties": false, "required": [ "database", "schema", @@ -18724,7 +18712,19 @@ "type": "integer" }, "granularity": { - "type": "string" + "enum": [ + "nanosecond", + "microsecond", + "millisecond", + "second", + "minute", + "hour", + "day", + "week", + "month", + "quarter", + "year" + ] } }, "additionalProperties": false, @@ -20024,27 +20024,6 @@ } ], "default": null - }, - "config": { - "anyOf": [ - { - "type": "object", - "title": "SemanticLayerElementConfig", - "properties": { - "meta": { - "type": "object", - "propertyNames": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - { - "type": "null" - } - ], - "default": null } }, "additionalProperties": false, @@ -20199,27 +20178,6 @@ } ], "default": null - }, - "config": { - "anyOf": [ - { - "type": "object", - "title": "SemanticLayerElementConfig", - "properties": { - "meta": { - "type": "object", - "propertyNames": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - { - "type": "null" - } - ], - "default": null } }, "additionalProperties": false, @@ -20383,27 +20341,6 @@ } ], "default": null - }, - "config": { - "anyOf": [ - { - "type": "object", - "title": "SemanticLayerElementConfig", - "properties": { - "meta": { - "type": "object", - "propertyNames": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - { - "type": "null" - } - ], - "default": null } }, "additionalProperties": false, @@ -21649,27 +21586,6 @@ } ], "default": null - }, - "config": { - "anyOf": [ - { - "type": "object", - "title": "SemanticLayerElementConfig", - "properties": { - "meta": { - "type": "object", - "propertyNames": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - { - "type": "null" - } - ], - "default": null } }, "additionalProperties": false, @@ -21824,27 +21740,6 @@ } ], "default": null - }, - "config": { - "anyOf": [ - { - "type": "object", - "title": "SemanticLayerElementConfig", - "properties": { - "meta": { - "type": "object", - "propertyNames": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - { - "type": "null" - } - ], - "default": null } }, "additionalProperties": false, @@ -22008,27 +21903,6 @@ } ], "default": null - }, - "config": { - "anyOf": [ - { - "type": "object", - "title": "SemanticLayerElementConfig", - "properties": { - "meta": { - "type": "object", - "propertyNames": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - { - "type": "null" - } - ], - "default": null } }, "additionalProperties": false,