From 4a7cea2d2a265471dbaff64a8150684d2120bbcb Mon Sep 17 00:00:00 2001 From: Michelle Ark Date: Mon, 30 Sep 2024 12:28:56 +0200 Subject: [PATCH] add unrendered_schema and unrendered_database to sources --- dbt/manifest/v12.json | 44 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/dbt/manifest/v12.json b/dbt/manifest/v12.json index 7434921..5b6c338 100644 --- a/dbt/manifest/v12.json +++ b/dbt/manifest/v12.json @@ -8144,6 +8144,28 @@ }, "created_at": { "type": "number" + }, + "unrendered_database": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "default": null + }, + "unrendered_schema": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "default": null } }, "additionalProperties": false, @@ -17987,6 +18009,28 @@ }, "created_at": { "type": "number" + }, + "unrendered_database": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "default": null + }, + "unrendered_schema": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "default": null } }, "additionalProperties": false,