Skip to content

Commit b10f574

Browse files
committed
fix: include pre/post when cloning
1 parent 7cfddd8 commit b10f574

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
@@ -1048,6 +1048,7 @@ def _clone_snapshot_in_dev(
10481048
rendered_physical_properties=rendered_physical_properties,
10491049
allow_destructive_snapshots=allow_destructive_snapshots,
10501050
allow_additive_snapshots=allow_additive_snapshots,
1051+
run_pre_post_statements=True,
10511052
)
10521053
except Exception:
10531054
adapter.drop_table(target_table_name)

0 commit comments

Comments
 (0)