You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/model_configuration.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,18 +46,6 @@ The SQLMesh project-level `model_defaults` key supports the following options, d
46
46
47
47
The project-level `model_defaults` key also supports two keys for specifying a default catalog or schema, described [below](#default-schema--catalog).
48
48
49
-
#### Default Schema / Catalog
50
-
SQLMesh model names may contain one to three levels of nesting, where the naming hierarchy is `catalog.schema.model`.
51
-
52
-
SQLMesh requires all model names and references to have the same level of nesting. For example, if you decide to specify a catalog in any model name, all model names and references must include a catalog.
53
-
54
-
You can specify default schema and catalog names in the `model_defaults` key if you want to omit them from some model names.
0 commit comments