Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/model_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ Configuration options for [`SCD_TYPE_2` models](../concepts/models/model_kinds.m
| `unique_key` | The model column(s) containing each row's unique key | array[str] | Y |
| `valid_from_name` | The model column containing each row's valid from date. (Default: `valid_from`) | str | N |
| `valid_to_name` | The model column containing each row's valid to date. (Default: `valid_to`) | str | N |
| `invalidate_hard_deletes` | If set to true, when a record is missing from the source table it will be marked as invalid - see [here](../concepts/models/model_kinds.md#deletes) for more information. (Default: `True`) | bool | N |
| `invalidate_hard_deletes` | If set to true, when a record is missing from the source table it will be marked as invalid - see [here](../concepts/models/model_kinds.md#deletes) for more information. (Default: `False`) | bool | N |

##### SCD Type 2 By Time

Expand Down