Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sqlmesh/core/plan/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def _build_restatements(
continue

# Since we are traversing the graph in topological order and the largest interval range is pushed down
# 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.
Comment thread
fivetran-ezralee marked this conversation as resolved.
restating_parents = [
self._context_diff.snapshots[s] for s in snapshot.parents if s in restatements
]
Expand Down