We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1a285c commit b7d67ecCopy full SHA for b7d67ec
sqlmesh/core/state_sync/db/snapshot.py
@@ -118,7 +118,7 @@ def unpause_snapshots(
118
)
119
120
for snapshot in snapshots:
121
- # We need to mark all other snapshots that have opposite forward only status as unrestorable
+ # We need to mark all other snapshots that have forward-only opposite to the target snapshot as unrestorable
122
unrestorable_snapshots_by_forward_only[not snapshot.is_forward_only].append(
123
snapshot.name_version
124
0 commit comments