From 039c6a066e1e21bc5112efa8b550d1103c7efd75 Mon Sep 17 00:00:00 2001 From: Michelle Ark Date: Mon, 11 Sep 2023 23:05:56 +0100 Subject: [PATCH] update manifest v11 for UnitTestConfig --- schemas/dbt/manifest/v11.json | 41 ++++++++++++++++++++++++++++++----- 1 file changed, 36 insertions(+), 5 deletions(-) diff --git a/schemas/dbt/manifest/v11.json b/schemas/dbt/manifest/v11.json index 25fe893a5fa..e45dab2bdbc 100644 --- a/schemas/dbt/manifest/v11.json +++ b/schemas/dbt/manifest/v11.json @@ -5756,6 +5756,38 @@ "input" ] }, + "UnitTestConfig": { + "type": "object", + "title": "UnitTestConfig", + "properties": { + "_extra": { + "type": "object", + "propertyNames": { + "type": "string" + } + }, + "tags": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string" + } + } + ] + }, + "meta": { + "type": "object", + "propertyNames": { + "type": "string" + } + } + }, + "additionalProperties": true + }, "UnitTestDefinition": { "type": "object", "title": "UnitTestDefinition", @@ -5804,9 +5836,6 @@ "model": { "type": "string" }, - "attached_node": { - "type": "string" - }, "given": { "type": "array", "items": { @@ -5839,6 +5868,9 @@ }, "depends_on": { "$ref": "#/$defs/DependsOn" + }, + "config": { + "$ref": "#/$defs/UnitTestConfig" } }, "additionalProperties": false, @@ -5851,7 +5883,6 @@ "unique_id", "fqn", "model", - "attached_node", "given", "expect" ] @@ -6140,4 +6171,4 @@ } }, "$id": "https://schemas.getdbt.com/dbt/manifest/v11.json" -} +} \ No newline at end of file