@@ -213,23 +213,23 @@ The list of available saved queries:
213
213
The following command performs validations against the defined semantic model configurations.
214
214
215
215
``` 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
218
218
219
219
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
221
224
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.
233
233
--help Show this message and exit.
234
234
` ` `
235
235
0 commit comments