Skip to content

Commit 51ed790

Browse files
committed
Fix: Don't pass a snapshot reference into the renderer when creating a schema migration source
1 parent 05f5293 commit 51ed790

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sqlmesh/core/snapshot/evaluator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,6 @@ def _create_snapshot(
675675
table_name=tmp_table_name,
676676
model=snapshot.model,
677677
is_table_deployable=False,
678-
snapshot=snapshot,
679678
table_mapping={snapshot.name: tmp_table_name},
680679
**create_render_kwargs,
681680
)

0 commit comments

Comments
 (0)