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,