You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/examples/sqlmesh_cli_crash_course.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,7 +241,7 @@ Run data diff against prod. This is a good way to verify the changes are behavin
241
241
### Apply Changes to Prod
242
242
243
243
!!! 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.
245
245
For learning purposes and hot fixes, you can apply the changes to prod by entering `y` at the prompt.
246
246
247
247
=== "SQLMesh"
@@ -1007,6 +1007,8 @@ This is an advanced workflow and specifically designed for large incremental mod
1007
1007
1008
1008
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).
1009
1009
1010
+
If you want to see a full walkthough, [go here](incremental_time_full_walkthrough.md).
0 commit comments