We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cfddd8 commit b10f574Copy full SHA for b10f574
1 file changed
sqlmesh/core/snapshot/evaluator.py
@@ -1048,6 +1048,7 @@ def _clone_snapshot_in_dev(
1048
rendered_physical_properties=rendered_physical_properties,
1049
allow_destructive_snapshots=allow_destructive_snapshots,
1050
allow_additive_snapshots=allow_additive_snapshots,
1051
+ run_pre_post_statements=True,
1052
)
1053
except Exception:
1054
adapter.drop_table(target_table_name)
0 commit comments