Skip to content

Commit

Permalink
There is no --no-warn-error CLI flag (#6478)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?

There is no `--no-warn-error` CLI flag, so we should remove it from the
documentation.

See dbt-labs/dbt-core#10993 for context.

## Checklist
- [x] I have reviewed the [Content style
guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md)
so my content adheres to these guidelines.

<!-- vercel-deployment-preview -->
---
πŸš€ Deployment available! Here are the direct links to the updated files:


-
https://docs-getdbt-com-git-dbeatty10-patch-2-dbt-labs.vercel.app/reference/global-configs/about-global-configs

<!-- end-vercel-deployment-preview -->

Co-authored-by: Matt Shaver <[email protected]>
  • Loading branch information
dbeatty10 and matthewshaver authored Nov 14, 2024
1 parent 372f684 commit 48bb009
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ Because the values of `flags` can differ across invocations, we strongly advise
| [use_experimental_parser](/reference/global-configs/parsing#experimental-parser) | boolean | False | βœ… | `DBT_USE_EXPERIMENTAL_PARSER` | `--use-experimental-parser`, `--no-use-experimental-parser` | ❌ |
| [version_check](/reference/global-configs/version-compatibility) | boolean | varies | βœ… | `DBT_VERSION_CHECK` | `--version-check`, `--no-version-check` | ❌ |
| [warn_error_options](/reference/global-configs/warnings) | dict | {} | βœ… | `DBT_WARN_ERROR_OPTIONS` | `--warn-error-options` | βœ… |
| [warn_error](/reference/global-configs/warnings) | boolean | False | βœ… | `DBT_WARN_ERROR` | `--warn-error`, `--no-warn-error` | βœ… |
| [warn_error](/reference/global-configs/warnings) | boolean | False | βœ… | `DBT_WARN_ERROR` | `--warn-error` | βœ… |
| [write_json](/reference/global-configs/json-artifacts) | boolean | True | βœ… | `DBT_WRITE_JSON` | `--write-json`, `--no-write-json` | βœ… |

0 comments on commit 48bb009

Please sign in to comment.