We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d887ad7 commit 02dbe2eCopy full SHA for 02dbe2e
sqlmesh/core/context.py
@@ -2337,9 +2337,7 @@ def _run_janitor(self, ignore_ttl: bool = False) -> None:
2337
# Clean up expired environments by removing their views and schemas
2338
self._cleanup_environments()
2339
2340
- expired_snapshot_ids, cleanup_targets = self.state_sync.get_expired_snapshots(
2341
- ignore_ttl=ignore_ttl
2342
- )
+ _, cleanup_targets = self.state_sync.get_expired_snapshots(ignore_ttl=ignore_ttl)
2343
2344
# Remove the expired snapshots tables
2345
self.snapshot_evaluator.cleanup(
0 commit comments