We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac5969 commit 24e10ddCopy full SHA for 24e10dd
sqlmesh/core/snapshot/definition.py
@@ -337,7 +337,7 @@ class SnapshotInfoMixin(ModelKindMixin):
337
# This can be removed from this model once Pydantic 1 support is dropped (must remain in `Snapshot` though)
338
base_table_name_override: t.Optional[str]
339
dev_table_suffix: str
340
- table_naming_convention: TableNamingConvention = Field(default=TableNamingConvention.default)
+ table_naming_convention: TableNamingConvention
341
forward_only: bool
342
343
@cached_property
0 commit comments