Skip to content

Commit

Permalink
Add new dbt_is_deleted column config for new_records snapshot mode. (#72
Browse files Browse the repository at this point in the history
)

* Add new hard_deletes config for new_records snapshot mode.

* Add newline
  • Loading branch information
peterallenwebb authored Nov 22, 2024
1 parent 4d76112 commit e90cfba
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions dbt/manifest/v12.json
Original file line number Diff line number Diff line change
Expand Up @@ -6754,6 +6754,17 @@
}
],
"default": null
},
"dbt_is_deleted": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
}
},
"additionalProperties": false
Expand Down Expand Up @@ -16672,6 +16683,17 @@
}
],
"default": null
},
"dbt_is_deleted": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
}
},
"additionalProperties": false
Expand Down

0 comments on commit e90cfba

Please sign in to comment.