Skip to content

Commit

Permalink
Update website/docs/reference/global-configs/warnings.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver authored Aug 6, 2024
1 parent b89fd66 commit c305479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/global-configs/warnings.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ DBT_WARN_ERROR_OPTIONS='{"include": ["NoNodesForSelectionCriteria"]}' dbt run
...
```

Values for `error`, `warn`, and/or `silence` should be passed on as arrays. E.g. `dbt --warn-error-options '{"error": "all", "warn": ["NoNodesForSelectionCriteria"]}' run` not `dbt --warn-error-options '{"error": "all", "warn": "NoNodesForSelectionCriteria"}' run`.
Values for `error`, `warn`, and/or `silence` should be passed on as arrays. For example, `dbt --warn-error-options '{"error": "all", "warn": ["NoNodesForSelectionCriteria"]}' run` not `dbt --warn-error-options '{"error": "all", "warn": "NoNodesForSelectionCriteria"}' run`.


<File name='profiles.yml'>
Expand Down

0 comments on commit c305479

Please sign in to comment.