Skip to content

Commit cee6831

Browse files
authored
Docs: move README images to docs/readme/ (#3069)
1 parent ce09f22 commit cee6831

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="sqlmesh.png" alt="SQLMesh logo" width="50%" height="50%">
2+
<img src="docs/readme/sqlmesh.png" alt="SQLMesh logo" width="50%" height="50%">
33
</p>
44

55
SQLMesh is a next-generation data transformation and modeling framework that is backwards compatible with dbt. It aims to be easy to use, correct, and efficient.
@@ -9,7 +9,7 @@ SQLMesh enables data teams to efficiently run and deploy data transformations wr
99
It is more than just a [dbt alternative](https://tobikodata.com/reduce_costs_with_cron_and_partitions.html).
1010

1111
<p align="center">
12-
<img src="architecture_diagram.png" alt="Architecture Diagram" width="100%" height="100%">
12+
<img src="docs/readme/architecture_diagram.png" alt="Architecture Diagram" width="100%" height="100%">
1313
</p>
1414

1515
## Core Features
@@ -19,7 +19,7 @@ It is more than just a [dbt alternative](https://tobikodata.com/reduce_costs_wit
1919
2020
<details>
2121
<summary><b>Virtual Data Environments</b></summary>
22-
22+
2323
* See a full diagram of how [Virtual Data Environments](https://whimsical.com/virtual-data-environments-MCT8ngSxFHict4wiL48ymz) work
2424
* [Watch this video to learn more](https://www.youtube.com/watch?v=weJH3eM0rzc)
2525

@@ -37,7 +37,7 @@ Running this command will generate a unit test file in the `tests/` folder: `tes
3737
Runs a live query to generate the expected output of the model
3838

3939
```bash
40-
sqlmesh create_test tcloud_demo.stg_payments --query tcloud_demo.seed_raw_payments "select * from tcloud_demo.seed_raw_payments limit 5"
40+
sqlmesh create_test tcloud_demo.stg_payments --query tcloud_demo.seed_raw_payments "select * from tcloud_demo.seed_raw_payments limit 5"
4141

4242
# run the unit test
4343
sqlmesh test
@@ -126,7 +126,7 @@ outputs:
126126
<details>
127127
<summary><b>Take SQL Anywhere</b></summary>
128128
Write SQL in any dialect and SQLMesh will transpile it to your target SQL dialect on the fly before sending it to the warehouse.
129-
<img src="transpile_example.png" alt="Transpile Example">
129+
<img src="docs/readme/transpile_example.png" alt="Transpile Example">
130130
</details>
131131
132132
* Compile time error checking and can transpile [10+ different SQL dialects](https://sqlmesh.readthedocs.io/en/stable/integrations/overview/#execution-engines)
@@ -159,4 +159,3 @@ We want to ship better data with you. Connect with us in the following ways:
159159

160160
## Contribution
161161
Contributions in the form of issues or pull requests are greatly appreciated. [Read more](https://sqlmesh.readthedocs.io/en/stable/development/) on how to contribute to SQLMesh open source.
162-
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)