Skip to content

Commit 510878a

Browse files
authored
Fix: Pass table properties when recreating a table for the full model kind (#1721)
1 parent 6f8651e commit 510878a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlmesh/core/snapshot/evaluator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,6 +1007,7 @@ def insert(
10071007
partitioned_by=model.partitioned_by,
10081008
partition_interval_unit=model.interval_unit,
10091009
clustered_by=model.clustered_by,
1010+
table_properties=model.table_properties,
10101011
)
10111012

10121013

0 commit comments

Comments
 (0)