Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update metricflow-commands.md #6170

Merged
merged 2 commits into from
Sep 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading