Skip to content

Commit 3317c3a

Browse files
committed
update docs
1 parent e139601 commit 3317c3a

4 files changed

Lines changed: 7 additions & 20 deletions

File tree

docs/cloud/tcloud_getting_started.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,6 @@ Models needing backfill (missing dates):
268268
├── sqlmesh_example.incremental_model: 2020-01-01 - 2024-11-24
269269
└── sqlmesh_example.seed_model: 2024-11-24 - 2024-11-24
270270
Apply - Backfill Tables [y/n]: y
271-
Creating physical tables ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0% • 3/3 • 0:00:00
272-
273-
All model versions have been created successfully
274271
275272
[1/1] sqlmesh_example.seed_model evaluated in 0.00s
276273
[1/1] sqlmesh_example.incremental_model evaluated in 0.01s

docs/concepts/macros/macro_variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ SQLMesh provides additional predefined variables used to modify model behavior b
130130

131131
* @runtime_stage - A string value denoting the current stage of the SQLMesh runtime. Typically used in models to conditionally execute pre/post-statements (learn more [here](../models/sql_models.md#optional-prepost-statements)). It returns one of these values:
132132
* 'loading' - The project is being loaded into SQLMesh's runtime context.
133-
* 'creating' - The model tables are being created.
133+
* 'creating' - The model tables are being created without inserting data.
134134
* 'evaluating' - The model query logic is being evaluated.
135135
* 'promoting' - The model is being promoted in the target environment (view created during virtual layer update).
136136
* 'demoting' - The model is being demoted in the target environment (view dropped during virtual layer update).

docs/examples/incremental_time_full_walkthrough.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -304,10 +304,6 @@ Models needing backfill (missing dates):
304304
Enter the backfill start date (eg. '1 year', '2020-01-01') or blank to backfill from the beginning of history:
305305
Enter the backfill end date (eg. '1 month ago', '2020-01-01') or blank to backfill up until now:
306306
Apply - Backfill Tables [y/n]: y
307-
Creating physical table ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0% • 1/1 • 0:00:07
308-
309-
All model versions have been created successfully
310-
311307
[1/1] demo__dev.incrementals_demo evaluated in 6.97s
312308
Evaluating models ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0% • 1/1 • 0:00:06
313309

@@ -640,9 +636,10 @@ Models:
640636
├── tcloud_raw_data.product_usage
641637
└── tcloud_raw_data.sales
642638
Apply - Virtual Update [y/n]: y
643-
Creating physical tables ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0% • 15/15 • 0:00:03
644639
645-
All model versions have been created successfully
640+
SKIP: No physical layer updates to perform
641+
642+
SKIP: No model batches to execute
646643
647644
Virtually Updating 'prod' ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0% • 0:00:02
648645
@@ -732,10 +729,6 @@ Models needing backfill (missing dates):
732729
Enter the preview start date (eg. '1 year', '2020-01-01') or blank to backfill to preview starting from yesterday: 2024-10-27
733730
Enter the preview end date (eg. '1 month ago', '2020-01-01') or blank to preview up until '2024-11-08 00:00:00':
734731
Apply - Preview Tables [y/n]: y
735-
Creating physical table ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0% • 1/1 • 0:00:16
736-
737-
All model versions have been created successfully
738-
739732
[1/1] demo__dev.incrementals_demo evaluated in 6.18s
740733
Evaluating models ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0% • 1/1 • 0:00:06
741734
@@ -1249,9 +1242,10 @@ Models:
12491242
THEN 'Regular User'
12501243
Directly Modified: demo.incrementals_demo (Forward-only)
12511244
Apply - Virtual Update [y/n]: y
1252-
Creating physical tables ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0% • 15/15 • 0:00:02
12531245
1254-
All model versions have been created successfully
1246+
SKIP: No physical layer updates to perform
1247+
1248+
SKIP: No model batches to execute
12551249
12561250
Virtually Updating 'prod' ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0% • 0:00:02
12571251

docs/integrations/dlt.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ Models needing backfill (missing dates):
102102
├── sushi_dataset_sqlmesh.incremental_sushi_types: 2024-10-03 - 2024-10-03
103103
└── sushi_dataset_sqlmesh.incremental_waiters: 2024-10-03 - 2024-10-03
104104
Apply - Backfill Tables [y/n]: y
105-
Creating physical table ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0% • 3/3 • 0:00:00
106-
107-
All model versions have been created successfully
108-
109105
[1/1] sushi_dataset_sqlmesh.incremental__dlt_loads evaluated in 0.01s
110106
[1/1] sushi_dataset_sqlmesh.incremental_sushi_types evaluated in 0.00s
111107
[1/1] sushi_dataset_sqlmesh.incremental_waiters evaluated in 0.01s

0 commit comments

Comments
 (0)