diff --git a/sqlmesh/core/console.py b/sqlmesh/core/console.py index ead747732d..ea5a4bb825 100644 --- a/sqlmesh/core/console.py +++ b/sqlmesh/core/console.py @@ -690,7 +690,7 @@ def update_snapshot_evaluation_progress( if not num_audits_failed else annotation_width - 1, # -1 for RED_X_MARK's extra space dots_side="right", - prefix=" \[", + prefix=" \\[", suffix="]", ) annotation = annotation.replace(CHECK_MARK, GREEN_CHECK_MARK)