Skip to content

Commit 7c1fabe

Browse files
committed
add documenttion
1 parent 6e47ba0 commit 7c1fabe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sqlmesh/lsp/context.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,8 @@ def update_external_model_columns(self, ls: LanguageServer, uri: URI, model_name
440440
Update the columns for an external model in the YAML file. Returns True if changed, False if didn't because
441441
of the columns already being up to date.
442442
443+
In this case, the model name is the name of the external model as is defined in the YAML file, not any other version of it.
444+
443445
Errors still throw exceptions to be handled by the caller.
444446
"""
445447
models = yaml.load(uri.to_path())

0 commit comments

Comments
 (0)