We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9f29a commit dc613d0Copy full SHA for dc613d0
1 file changed
docs/concepts/plans.md
@@ -351,7 +351,7 @@ These examples demonstrate how to select which models to restate based on model
351
352
```bash
353
# All selected models (including upstream models) will also include their downstream models
354
- sqlmesh plan --restate-model "+db.model_a" --restate-model "tag:+expensive"
+ sqlmesh plan --restate-model "+db.model_a" --restate-model "+tag:expensive"
355
```
356
357
=== "Wildcards"
@@ -363,7 +363,7 @@ These examples demonstrate how to select which models to restate based on model
363
=== "Upstream + Wildcards"
364
365
366
- sqlmesh plan --restate-model "+db*" --restate-model "tag:+exp*"
+ sqlmesh plan --restate-model "+db*" --restate-model "+tag:exp*"
367
368
369
=== "Specific Date Range"
0 commit comments