We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f42366 commit 2fab743Copy full SHA for 2fab743
1 file changed
sqlmesh/core/snapshot/evaluator.py
@@ -1198,7 +1198,7 @@ def _migrate_target_table(
1198
allow_destructive_snapshots: t.Set[str],
1199
allow_additive_snapshots: t.Set[str],
1200
run_pre_post_statements: bool = False,
1201
- only_metadata_changes: bool = None,
+ only_metadata_changes: bool = False,
1202
) -> None:
1203
adapter = self.get_adapter(snapshot.model.gateway)
1204
0 commit comments