Skip to content

Commit b7d67ec

Browse files
committed
improve comment
1 parent a1a285c commit b7d67ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmesh/core/state_sync/db/snapshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def unpause_snapshots(
118118
)
119119

120120
for snapshot in snapshots:
121-
# We need to mark all other snapshots that have opposite forward only status as unrestorable
121+
# We need to mark all other snapshots that have forward-only opposite to the target snapshot as unrestorable
122122
unrestorable_snapshots_by_forward_only[not snapshot.is_forward_only].append(
123123
snapshot.name_version
124124
)

0 commit comments

Comments
 (0)