Skip to content

Commit 604367d

Browse files
tiny comment typo builder.py
Corrected typo in comment.
1 parent cd37002 commit 604367d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlmesh/core/plan/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def _build_restatements(
409409
continue
410410

411411
# Since we are traversing the graph in topological order and the largest interval range is pushed down
412-
# the graph we just have to check our immediate parents in the graph and not the whole upstream graph.
412+
# the graph we just have to check are immediate parents in the graph and not the whole upstream graph.
413413
restating_parents = [
414414
self._context_diff.snapshots[s] for s in snapshot.parents if s in restatements
415415
]

0 commit comments

Comments
 (0)