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/guides/ui.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ The UI modules are:
56
56
57
57
-[Code editor](#editor-module)
58
58
-[Plan builder](#plan-module)
59
-
-[Project documentation](#docs-module)
59
+
-[Data catalog](#data-catalog-module)
60
60
-[Table and column lineage](#lineage-module)
61
61
62
62
The screenshots in most examples below use the default `editor` mode.
@@ -75,7 +75,7 @@ The `editor` module will appear by default if the UI is started without specifyi
75
75
76
76
It also contains nine buttons:
77
77
78
-
1. Toggle Editor/Docs/Errors/Plan toggles among the editor module (default), docs module, errors view, and plan module. Errors view is only available if an error has occurred.
78
+
1. Toggle Editor/Data Catalog/Errors/Plan toggles among the editor module (default), data catalog module, errors view, and plan module. Errors view is only available if an error has occurred.
79
79
2. History navigation returns to previous views, similar to the back button in a web browser.
80
80
3. Add new tab opens a new code editor window.
81
81
4. Plan opens the plan module.
@@ -194,19 +194,19 @@ Click the blue `Apply Changes And Backfill` button to apply the plan and execute
194
194
195
195
{ loading=lazy }
196
196
197
-
### Docs module
197
+
### Data Catalog module
198
198
199
-
The docs module displays information about all your project's models in one interface.
199
+
The data catalog module displays information about all your project's models in one interface.
200
200
201
201
A list of all models is displayed in the left-hand pane. You can filter models by name by typing in the field at the top of the pane.
202
202
203
203
When you choose a model, its query, lineage, and attributes are displayed. This example shows information from the [quickstart project](../quick_start.md) incremental model:
204
204
205
-
{ loading=lazy }
205
+
{ loading=lazy }
206
206
207
207
By default, the model definition source code is displayed. If you toggle to `Compiled Query`, it will display an example of the model query rendered with macro values substituted:
208
208
209
-
{ loading=lazy }
209
+
{ loading=lazy }
210
210
211
211
### Lineage module
212
212
@@ -232,9 +232,9 @@ You may specify the UI mode as an option when you [start the UI on the command l
232
232
233
233
The UI modes contain these modules:
234
234
235
-
-`editor`: code editor, plan builder, project documentation, table and column lineage
236
-
-`plan`: plan builder, project documentation, table and column lineage
237
-
-`docs`: project documentation, table and column lineage
235
+
-`editor`: code editor, plan builder, data catalog, table and column lineage
236
+
-`plan`: plan builder, data catalog, table and column lineage
237
+
-`catalog`: data catalog, table and column lineage
Copy file name to clipboardExpand all lines: docs/quickstart/ui.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ The SQLMesh UI default view contains five panes:
166
166
167
167
It also contains nine buttons:
168
168
169
-
1. Toggle Editor/Docs/Errors toggles among the Code Editor (default), Docs, and Errors views. Errors view is only available if an error has occurred.
169
+
1. Toggle Editor/Data Catalog/Errors toggles among the Code Editor (default), Data Catalog, and Errors views. Errors view is only available if an error has occurred.
170
170
2. History navigation returns to previous views, similar to the back button in a web browser.
171
171
3. Add new tab opens a new code editor window.
172
172
4. Run plan command executes the [`sqlmesh plan` command](../reference/cli.md#plan).
0 commit comments