Skip to content

Commit 7fe3c81

Browse files
authored
Remove "unqualified" from first sentence
1 parent f3d436e commit 7fe3c81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/concepts/macros/sqlmesh_macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@ def some_macro(evaluator):
16831683

16841684
#### Accessing model, physical table, and virtual layer view names
16851685

1686-
All SQLMesh models have a name in their `MODEL` specification. We refer to that as the model's "unqualified" and "unresolved" name because it may not correspond to any specific object in the SQL engine.
1686+
All SQLMesh models have a name in their `MODEL` specification. We refer to that as the model's "unresolved" name because it may not correspond to any specific object in the SQL engine.
16871687

16881688
When SQLMesh renders and executes a model, it converts the model name into three forms at different stages:
16891689

0 commit comments

Comments
 (0)