Skip to content

Commit 5bdb2c6

Browse files
committed
add warning
1 parent 5258915 commit 5bdb2c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sqlmesh/core/snapshot/evaluator.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,6 +1083,10 @@ def _cleanup_snapshot(
10831083
is_table_deployable=is_table_deployable,
10841084
physical_schema=snapshot.physical_schema,
10851085
)
1086+
else:
1087+
logger.warning(
1088+
"Skipping cleanup of table '%s' because it does not exist", table_name
1089+
)
10861090

10871091
if on_complete is not None:
10881092
on_complete(table_name)

0 commit comments

Comments
 (0)