Skip to content

Commit

Permalink
Update website/docs/docs/build/snapshots.md
Browse files Browse the repository at this point in the history
Co-authored-by: Doug Beatty <[email protected]>
  • Loading branch information
mirnawong1 and dbeatty10 authored Dec 3, 2024
1 parent c3a57be commit 536a346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/build/snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ snapshots:

</File>

In this example, the `hard_deletes: new_record` config will add a new row for deleted records woth the `dbt_is_deleted` column set to `True`.
In this example, the `hard_deletes: new_record` config will add a new row for deleted records with the `dbt_is_deleted` column set to `True`.
Any restored records are added as new rows with the `dbt_is_deleted` field set to `False`.

The resulting table will look like this:
Expand Down

0 comments on commit 536a346

Please sign in to comment.