Skip to content

Commit

Permalink
Fix: Don't pass a snapshot reference into the renderer when creating …
Browse files Browse the repository at this point in the history
…a schema migration source
  • Loading branch information
izeigerman committed Jun 28, 2024
1 parent 05f5293 commit 51ed790
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sqlmesh/core/snapshot/evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,6 @@ def _create_snapshot(
table_name=tmp_table_name,
model=snapshot.model,
is_table_deployable=False,
snapshot=snapshot,
table_mapping={snapshot.name: tmp_table_name},
**create_render_kwargs,
)
Expand Down

0 comments on commit 51ed790

Please sign in to comment.