We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb87f05 commit a645a79Copy full SHA for a645a79
1 file changed
sqlmesh/lsp/main.py
@@ -24,9 +24,6 @@
24
ApiResponseGetModels,
25
)
26
27
-# Define the command constant
28
-EXTERNAL_MODEL_UPDATE_COLUMNS = "sqlmesh.external_model_update_columns"
29
-
30
from sqlmesh.lsp.completions import get_sql_completions
31
from sqlmesh.lsp.context import (
32
LSPContext,
0 commit comments