Skip to content

Commit bfac2af

Browse files
crerichafresioAS
authored andcommitted
Fix: Do not modify updated_ts when unpausing all snapshots with target name (SQLMesh#5766)
Signed-off-by: Chris Rericha <chris@tobikodata.com> Signed-off-by: fresioAS <andreas.fredhoi@three60energy.com>
1 parent e6e61a9 commit bfac2af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlmesh/core/state_sync/db/snapshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def unpause_snapshots(
138138
):
139139
self.engine_adapter.update_table(
140140
self.snapshots_table,
141-
{"unpaused_ts": None, "updated_ts": updated_ts},
141+
{"unpaused_ts": None},
142142
where=where,
143143
)
144144

0 commit comments

Comments
 (0)