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/examples/incremental_time_full_walkthrough.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
@@ -172,7 +172,7 @@ We have data like the below that gets ingested into our data warehouse on a dail
172
172
173
173
I can answer some of the questions above by walking through the model's config, coupled with the business logic/code I prepared ahead of time.
174
174
175
-
You can see this code in a SQLMesh project context [here](https://github.com/sungchun12/sqlmesh-demos/blob/incremental-demo/models/examples/incrementals_demo.sql).
175
+
You can see this code in a SQLMesh project context [here](https://github.com/sungchun12/sqlmesh-demos/blob/incremental-demo/models/examples/incremental_model.sql).
Copy file name to clipboardExpand all lines: docs/quickstart/ui.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Browser UI
2
2
3
+
!!! warning
4
+
5
+
Browser UI is deprecated. Please use the [VSCode extension](../guides/vscode.md) instead.
6
+
3
7
In this quickstart, you'll use the SQLMesh browser user interface to get up and running with SQLMesh's scaffold generator. This example project will run locally on your computer using [DuckDB](https://duckdb.org/) as an embedded SQL engine.
4
8
5
9
??? info "Learn more about the quickstart project structure"
0 commit comments