Skip to content

Commit

Permalink
Remove default value for non-incremental model kinds
Browse files Browse the repository at this point in the history
  • Loading branch information
treysp committed May 21, 2024
1 parent 8d0d1ce commit bb9c824
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sqlmesh/core/model/kind.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,6 @@ def _on_destructive_change_validator(

class _ModelKind(PydanticModel, ModelKindMixin):
name: ModelKindName
on_destructive_change: OnDestructiveChange = OnDestructiveChange.ALLOW

_on_destructive_change_validator = on_destructive_change_validator

@property
def model_kind_name(self) -> t.Optional[ModelKindName]:
Expand Down

0 comments on commit bb9c824

Please sign in to comment.