Skip to content

Commit

Permalink
Update metricflow-commands.md (#6170)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Sep 30, 2024
2 parents 7bb9bfa + 4f9b2e2 commit d9f88a9
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions website/docs/docs/build/metricflow-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,23 +213,23 @@ The list of available saved queries:
The following command performs validations against the defined semantic model configurations.

```bash
dbt sl validate # dbt Cloud users
mf validate-configs # In dbt Core
dbt sl validate # For dbt Cloud users
mf validate-configs # For dbt Core users

Options:
--dw-timeout INTEGER Optional timeout for data warehouse
--timeout # dbt Cloud only
Optional timeout for data warehouse validation in dbt Cloud.
--dw-timeout INTEGER # dbt Core only
Optional timeout for data warehouse
validation steps. Default None.
--skip-dw If specified, skips the data warehouse
validations
--show-all If specified, prints warnings and future-
errors
--verbose-issues If specified, prints any extra details
issues might have
--semantic-validation-workers INTEGER
Optional. Uses the number of workers
specified to run the semantic validations.
Should only be used for exceptionally large
configs
--skip-dw # dbt Core only
Skips the data warehouse validations.
--show-all # dbt Core only
Prints warnings and future errors.
--verbose-issues # dbt Core only
Prints extra details about issues.
--semantic-validation-workers INTEGER # dbt Core only
Uses specified number of workers for large configs.
--help Show this message and exit.
```
Expand Down

0 comments on commit d9f88a9

Please sign in to comment.