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/concepts/macros/macro_variables.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ SQLMesh provides additional predefined variables used to modify model behavior b
130
130
131
131
* @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:
132
132
* '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.
134
134
* 'evaluating' - The model query logic is being evaluated.
135
135
* 'promoting' - The model is being promoted in the target environment (view created during virtual layer update).
136
136
* 'demoting' - The model is being demoted in the target environment (view dropped during virtual layer update).
0 commit comments