Skip to content

Commit ef9cb47

Browse files
docs: fix line number references (#3652)
1 parent a057ecf commit ef9cb47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/quickstart/cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ Line 3 of the output notes that `sqlmesh plan` successfully executed the project
166166

167167
Line 5 describes what environments the plan will affect when applied - a new `prod` environment in this case.
168168

169-
Lines 7-10 of the output show that SQLMesh detected three new models relative to the current empty environment.
169+
Lines 7-11 of the output show that SQLMesh detected three new models relative to the current empty environment.
170170

171-
Lines 11-14 list each model that will be executed by the plan, along with the date intervals that will be run. Note that `full_model` and `incremental_model` both show `2020-01-01` as their start date because:
171+
Lines 12-15 list each model that will be executed by the plan, along with the date intervals that will be run. Note that `full_model` and `incremental_model` both show `2020-01-01` as their start date because:
172172

173173
1. The incremental model specifies that date in the `start` property of its `MODEL` statement and
174174
2. The full model depends on the incremental model.
@@ -250,7 +250,7 @@ The `seed_model` date range begins on the same day the plan was made because `SE
250250
GROUP BY item_id
251251
```
252252

253-
Line 15 asks you whether to proceed with executing the model backfills described in lines 11-14. Enter `y` and press `Enter`, and SQLMesh will execute the models and return this output:
253+
Line 16 asks you whether to proceed with executing the model backfills described in lines 11-14. Enter `y` and press `Enter`, and SQLMesh will execute the models and return this output:
254254

255255
```bash linenums="1"
256256
Apply - Backfill Tables [y/n]: y

0 commit comments

Comments
 (0)