We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd37002 commit 604367dCopy full SHA for 604367d
1 file changed
sqlmesh/core/plan/builder.py
@@ -409,7 +409,7 @@ def _build_restatements(
409
continue
410
411
# 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.
+ # the graph we just have to check are immediate parents in the graph and not the whole upstream graph.
413
restating_parents = [
414
self._context_diff.snapshots[s] for s in snapshot.parents if s in restatements
415
]
0 commit comments