We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fab743 commit 1920166Copy full SHA for 1920166
sqlmesh/core/snapshot/evaluator.py
@@ -477,7 +477,7 @@ def migrate(
477
allow_destructive_snapshots: t.Optional[t.Set[str]] = None,
478
allow_additive_snapshots: t.Optional[t.Set[str]] = None,
479
deployability_index: t.Optional[DeployabilityIndex] = None,
480
- directly_or_indirectly_modified_snapshots_ids: t.Set[SnapshotId] = None,
+ directly_or_indirectly_modified_snapshots_ids: t.Optional[t.Set[SnapshotId]] = None,
481
) -> None:
482
"""Alters a physical snapshot table to match its snapshot's schema for the given collection of snapshots.
483
0 commit comments