Skip to content

Commit 24e10dd

Browse files
committed
fix warning
1 parent 2ac5969 commit 24e10dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmesh/core/snapshot/definition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ class SnapshotInfoMixin(ModelKindMixin):
337337
# This can be removed from this model once Pydantic 1 support is dropped (must remain in `Snapshot` though)
338338
base_table_name_override: t.Optional[str]
339339
dev_table_suffix: str
340-
table_naming_convention: TableNamingConvention = Field(default=TableNamingConvention.default)
340+
table_naming_convention: TableNamingConvention
341341
forward_only: bool
342342

343343
@cached_property

0 commit comments

Comments
 (0)