Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Shaver <[email protected]>
  • Loading branch information
dbeatty10 and matthewshaver authored Oct 30, 2023
1 parent 34df641 commit 92cb790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/reference/global-configs/about-global-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Global configs control things like the visual output of logs, the manner in whic

### Global config precedence

Starting in v1.0, you can set global configs in three places. dbt will pick the config in the following order (lower takes priority):
Starting in v1.0, you can set global configs in three places. dbt will evaluate the configs in the following order:
1. [user config](https://docs.getdbt.com/reference/global-configs/yaml-configurations)
1. [environment variable](https://docs.getdbt.com/reference/global-configs/environment-variable-configs)
1. [CLI flag](https://docs.getdbt.com/reference/global-configs/command-line-flags)

i.e., if all three are provided, then the CLI flag takes precedence.
Each config is prioritized over the previous one. For example, if all three are provided, then the CLI flag takes precedence.

0 comments on commit 92cb790

Please sign in to comment.