Skip to content

Commit

Permalink
Link to documentation for dbt_project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Mar 22, 2024
1 parent 9962483 commit 322a6b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In dbt, "flags" (also called "global configs") are configurations for fine-tunin
Flags control things like the visual output of logs, whether to treat specific warning messages as errors, or whether to "fail fast" after encountering the first error. Flags are "global" configs because they are available for all dbt commands and they can be set in multiple places.

There is a significant overlap between dbt's flags and dbt's command line options, but there are differences:
- Certain flags can only be set in `dbt_project.yml` and cannot be overridden for specific invocations via CLI options.
- Certain flags can only be set in [`dbt_project.yml`](/reference/dbt_project.yml) and cannot be overridden for specific invocations via CLI options.
- If a CLI option is supported by specific commands, rather than supported by all commands ("global"), it is generally not considered to be a "flag".

### Setting flags
Expand Down

0 comments on commit 322a6b0

Please sign in to comment.