You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/model_configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -282,7 +282,7 @@ Configuration options for [`SCD_TYPE_2` models](../concepts/models/model_kinds.m
282
282
|`unique_key`| The model column(s) containing each row's unique key | array[str]| Y |
283
283
|`valid_from_name`| The model column containing each row's valid from date. (Default: `valid_from`) | str | N |
284
284
|`valid_to_name`| The model column containing each row's valid to date. (Default: `valid_to`) | str | N |
285
-
|`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 |
285
+
|`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 |
0 commit comments