Skip to content

Commit 5b236c0

Browse files
treyspsungchun12
andauthored
Update sqlmesh/core/console.py
Co-authored-by: Sung Won Chung <sungwonchung3@gmail.com>
1 parent b5b3a47 commit 5b236c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlmesh/core/console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2793,7 +2793,7 @@ def _create_evaluation_model_annotation(snapshot: Snapshot, interval_info: t.Opt
27932793
if snapshot.is_audit:
27942794
return "run standalone audit"
27952795
if snapshot.is_model and snapshot.model.kind.is_external:
2796-
return "run external model audits"
2796+
return "run external audits"
27972797
if snapshot.model.kind.is_seed:
27982798
return "insert from seed file"
27992799
if snapshot.model.kind.is_full:

0 commit comments

Comments
 (0)