Skip to content

Commit f5ec123

Browse files
committed
pr feedback
1 parent c4c763b commit f5ec123

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/examples/sqlmesh_cli_crash_course.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ You can make changes quickly and confidently through a simple command:
2929
- Apply the changes to your dev environment by entering `y` at the prompt.
3030
- Audit the changes (test data quality). This happens automatically when you apply the changes to dev.
3131

32+
Note: If you run this without making any changes, SQLMesh will prompt you to make changes or use the `--include-unmodified` flag like this `sqlmesh plan dev --include-unmodified`. We recommend you make changes first before running this command to avoid creating a lot of noise in your dev environment with extraneous views in the virtual layer.
33+
3234
=== "SQLMesh"
3335

3436
```bash
@@ -39,7 +41,7 @@ You can make changes quickly and confidently through a simple command:
3941
sqlmesh plan <environment>
4042
```
4143

42-
If you want to move faster, you can add the `--auto-apply` flag to avoid the manual prompt.
44+
If you want to move faster, you can add the `--auto-apply` flag to avoid the manual prompt and apply the plan. You should do this when you're familiar with the plan output, and don't need to see tiny changes in the diff output before applying the plan.
4345

4446
```bash
4547
sqlmesh plan <environment> --auto-apply

0 commit comments

Comments
 (0)