Skip to content

Commit b5b3a47

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

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
@@ -2801,7 +2801,7 @@ def _create_evaluation_model_annotation(snapshot: Snapshot, interval_info: t.Opt
28012801
if snapshot.model.kind.is_view:
28022802
return "recreate view"
28032803
if snapshot.model.kind.is_incremental_by_unique_key:
2804-
return "insert or update rows"
2804+
return "insert/update rows"
28052805
if snapshot.model.kind.is_incremental_by_partition:
28062806
return "insert partitions"
28072807

0 commit comments

Comments
 (0)