Skip to content

Commit

Permalink
Link to documentation for dbt_project.yml (#5139)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?
Create a link similar to as seen in
https://docs.getdbt.com/reference/global-configs/project-flags

## Checklist
- [x] Review 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.
  • Loading branch information
mirnawong1 authored Mar 22, 2024
2 parents 9962483 + 322a6b0 commit f0a51c6
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 f0a51c6

Please sign in to comment.