Skip to content

Commit 2a96240

Browse files
author
Sung Won Chung
committed
tweak prose more you language
1 parent e347de5 commit 2a96240

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/examples/sqlmesh_cli_crash_course.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You’ll use these commands 80% of the time because this is how you apply code c
1919

2020
### Preview, Apply, and Audit Changes in `dev`
2121

22-
All these steps are bundled into a single command below:
22+
You can make changes quickly and confidently through a simple command:
2323

2424
- Plan the changes in your dev environment.
2525
- Apply the changes to your dev environment by entering `y` at the prompt.
@@ -339,7 +339,7 @@ You'll use these commands to validate your changes are behaving as expected. Aud
339339

340340
### Create and Audit External Models
341341

342-
SQLMesh will automatically parse fully qualified table/view names that are outside of SQLMesh's control (ex: `bigquery-public-data`.`ga4_obfuscated_sample_ecommerce`.`events_20210131`). You can add audits to test data quality. If they fail, SQLMesh prevents downstream models from wastefully running.
342+
You can automatically parse fully qualified table/view names that are outside of SQLMesh's control (ex: `bigquery-public-data`.`ga4_obfuscated_sample_ecommerce`.`events_20210131`) and create full schemas with data types. These schemas will be used for column level lineage. You can add audits to test data quality. If they fail, SQLMesh prevents downstream models from wastefully running.
343343

344344
=== "SQLMesh"
345345

@@ -476,7 +476,7 @@ SQLMesh will automatically parse fully qualified table/view names that are outsi
476476

477477
### Automatically Generate Unit Tests
478478

479-
This ensures your business logic is working as expected with static sample data. This is great for testing complex business logic (ex: `CASE WHEN` conditions). No need to write them manually neither!
479+
You can ensure business logic is working as expected with static sample data. This is great for testing complex business logic (ex: `CASE WHEN` conditions). No need to write them manually neither!
480480

481481
=== "SQLMesh"
482482

0 commit comments

Comments
 (0)