From e90cfbacea0abdace3f1f351aeed96a73ebb4c23 Mon Sep 17 00:00:00 2001 From: Peter Webb Date: Fri, 22 Nov 2024 17:22:07 -0500 Subject: [PATCH] Add new dbt_is_deleted column config for new_records snapshot mode. (#72) * Add new hard_deletes config for new_records snapshot mode. * Add newline --- dbt/manifest/v12.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/dbt/manifest/v12.json b/dbt/manifest/v12.json index fb2bee3..e44c60d 100644 --- a/dbt/manifest/v12.json +++ b/dbt/manifest/v12.json @@ -6754,6 +6754,17 @@ } ], "default": null + }, + "dbt_is_deleted": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "default": null } }, "additionalProperties": false @@ -16672,6 +16683,17 @@ } ], "default": null + }, + "dbt_is_deleted": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "default": null } }, "additionalProperties": false