Skip to content

Commit 21a9c40

Browse files
author
Sung Won Chung
committed
add useful links
1 parent 2a96240 commit 21a9c40

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
@@ -241,7 +241,7 @@ Run data diff against prod. This is a good way to verify the changes are behavin
241241
### Apply Changes to Prod
242242

243243
!!! warning "Apply the changes to prod"
244-
This step is recommended **only in CI/CD** as best practice. # TODO: link to github cicd bot setup
244+
This step is recommended [**only in CI/CD**](../integrations/github.md) as best practice.
245245
For learning purposes and hot fixes, you can apply the changes to prod by entering `y` at the prompt.
246246

247247
=== "SQLMesh"
@@ -1007,6 +1007,8 @@ This is an advanced workflow and specifically designed for large incremental mod
10071007

10081008
When you apply the plan to `prod` after the dev worfklow, it will NOT backfill historical data. It will only execute model batches **forward only** for new intervals (new rows).
10091009

1010+
If you want to see a full walkthough, [go here](incremental_time_full_walkthrough.md).
1011+
10101012
=== "SQLMesh"
10111013

10121014
```bash

0 commit comments

Comments
 (0)