Skip to content

Commit 1920166

Browse files
authored
optional
1 parent 2fab743 commit 1920166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmesh/core/snapshot/evaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def migrate(
477477
allow_destructive_snapshots: t.Optional[t.Set[str]] = None,
478478
allow_additive_snapshots: t.Optional[t.Set[str]] = None,
479479
deployability_index: t.Optional[DeployabilityIndex] = None,
480-
directly_or_indirectly_modified_snapshots_ids: t.Set[SnapshotId] = None,
480+
directly_or_indirectly_modified_snapshots_ids: t.Optional[t.Set[SnapshotId]] = None,
481481
) -> None:
482482
"""Alters a physical snapshot table to match its snapshot's schema for the given collection of snapshots.
483483

0 commit comments

Comments
 (0)