We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49bed2 commit fbde84aCopy full SHA for fbde84a
1 file changed
sqlmesh/core/context.py
@@ -1718,7 +1718,7 @@ def table_diff(
1718
if target_snapshot and source_snapshot:
1719
if (source_snapshot.fingerprint != target_snapshot.fingerprint) and (
1720
(source_snapshot.version != target_snapshot.version)
1721
- or (source_snapshot.is_forward_only or target_snapshot.is_forward_only)
+ or source_snapshot.is_forward_only
1722
):
1723
# Compare the virtual layer instead of the physical layer because the virtual layer is guaranteed to point
1724
# to the correct/active snapshot for the model in the specified environment, taking into account things like dev previews
0 commit comments