Skip to content

Commit

Permalink
Merge branch 'current' into alphabetize-submenus
Browse files Browse the repository at this point in the history
  • Loading branch information
runleonarun authored Jan 17, 2025
2 parents 4aa93cd + 5fe786e commit ce40e14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/reference/resource-configs/hard-deletes.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ snapshots:

## Description

The `hard_deletes` config gives you more control on how to handle deleted rows from the source. Supported options are `ignore` (default), `invalidate` (replaces the legacy `invalidate_hard_deletes=true`), and `new_record`. Note that `new_record` will create a new metadata column in the snapshot table.
The `hard_deletes` config gives you more control on how to handle deleted rows from the source. Supported options are `ignore` (default), `invalidate` (replaces the legacy `invalidate_hard_deletes=true`), and `new_record`. Note that `new_record` will create a new metadata column in the snapshot table.

You can use `hard_deletes` with dbt-postgres, dbt-bigquery, dbt-snowflake, and dbt-redshift adapters.

import HardDeletes from '/snippets/_hard-deletes.md';

Expand Down

0 comments on commit ce40e14

Please sign in to comment.