From 56f2300dc44d835d52c2ed6820efe866dc4473b8 Mon Sep 17 00:00:00 2001 From: Tim Sturge Date: Wed, 30 Oct 2024 12:10:25 -0700 Subject: [PATCH] add enabled flag to manifest schema --- schemas/dbt/manifest/v12.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/schemas/dbt/manifest/v12.json b/schemas/dbt/manifest/v12.json index 0a8322611e4..4d66f65f234 100644 --- a/schemas/dbt/manifest/v12.json +++ b/schemas/dbt/manifest/v12.json @@ -20935,6 +20935,10 @@ "propertyNames": { "type": "string" } + }, + "enabled": { + "type": "boolean", + "default": true } }, "additionalProperties": true @@ -22500,6 +22504,10 @@ "propertyNames": { "type": "string" } + }, + "enabled": { + "type": "boolean", + "default": true } }, "additionalProperties": true