Skip to content

Commit d9f88a9

Browse files
authored
Update metricflow-commands.md (#6170)
2 parents 7bb9bfa + 4f9b2e2 commit d9f88a9

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

website/docs/docs/build/metricflow-commands.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -213,23 +213,23 @@ The list of available saved queries:
213213
The following command performs validations against the defined semantic model configurations.
214214

215215
```bash
216-
dbt sl validate # dbt Cloud users
217-
mf validate-configs # In dbt Core
216+
dbt sl validate # For dbt Cloud users
217+
mf validate-configs # For dbt Core users
218218

219219
Options:
220-
--dw-timeout INTEGER Optional timeout for data warehouse
220+
--timeout # dbt Cloud only
221+
Optional timeout for data warehouse validation in dbt Cloud.
222+
--dw-timeout INTEGER # dbt Core only
223+
Optional timeout for data warehouse
221224
validation steps. Default None.
222-
--skip-dw If specified, skips the data warehouse
223-
validations
224-
--show-all If specified, prints warnings and future-
225-
errors
226-
--verbose-issues If specified, prints any extra details
227-
issues might have
228-
--semantic-validation-workers INTEGER
229-
Optional. Uses the number of workers
230-
specified to run the semantic validations.
231-
Should only be used for exceptionally large
232-
configs
225+
--skip-dw # dbt Core only
226+
Skips the data warehouse validations.
227+
--show-all # dbt Core only
228+
Prints warnings and future errors.
229+
--verbose-issues # dbt Core only
230+
Prints extra details about issues.
231+
--semantic-validation-workers INTEGER # dbt Core only
232+
Uses specified number of workers for large configs.
233233
--help Show this message and exit.
234234
```
235235

0 commit comments

Comments
 (0)