File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ SQLMesh is a next-generation data transformation framework designed to ship data
66
77It is more than just a [ dbt alternative] ( https://tobikodata.com/reduce_costs_with_cron_and_partitions.html ) .
88
9+ TODO: replace image
910<p align =" center " >
1011 <img src =" docs/readme/architecture_diagram.png " alt =" Architecture Diagram " width =" 100% " height =" 100% " >
1112</p >
@@ -145,8 +146,7 @@ python -m venv .venv
145146source .venv/bin/activate
146147pip install 'sqlmesh[lsp]' # install the sqlmesh package with extensions to work with VSCode
147148source .venv/bin/activate # reactivate the venv to ensure you're using the right installation
148- sqlmesh init duckdb # get started right away with a local duckdb instance
149- sqlmesh plan # see the plan for the changes you're making
149+ sqlmesh init # follow the prompts to get started (choose DuckDB)
150150` ` `
151151
152152</details>
@@ -163,8 +163,7 @@ python -m venv .venv
163163.\. venv\S cripts\A ctivate.ps1
164164pip install 'sqlmesh[lsp]' # install the sqlmesh package with extensions to work with VSCode
165165.\. venv\S cripts\A ctivate.ps1 # reactivate the venv to ensure you're using the right installation
166- sqlmesh init duckdb # get started right away with a local duckdb instance
167- sqlmesh plan # see the plan for the changes you're making
166+ sqlmesh init # follow the prompts to get started (choose DuckDB)
168167` ` `
169168</details>
170169
You can’t perform that action at this time.
0 commit comments