We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5258915 commit 5bdb2c6Copy full SHA for 5bdb2c6
1 file changed
sqlmesh/core/snapshot/evaluator.py
@@ -1083,6 +1083,10 @@ def _cleanup_snapshot(
1083
is_table_deployable=is_table_deployable,
1084
physical_schema=snapshot.physical_schema,
1085
)
1086
+ else:
1087
+ logger.warning(
1088
+ "Skipping cleanup of table '%s' because it does not exist", table_name
1089
+ )
1090
1091
if on_complete is not None:
1092
on_complete(table_name)
0 commit comments