Skip to content

Commit d31f0f5

Browse files
committed
Actually fix build
1 parent 8582e0a commit d31f0f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlmesh/core/snapshot/evaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def evaluate(
8787
if snapshot.is_embedded_kind:
8888
return None
8989

90-
if not limit and snapshot.is_forward_only:
90+
if not limit and not snapshot.is_forward_only:
9191
self._ensure_no_paused_forward_only_upstream(snapshot, snapshots)
9292

9393
logger.info("Evaluating snapshot %s", snapshot.snapshot_id)

0 commit comments

Comments
 (0)