Skip to content

Commit

Permalink
Update links for YAML user configs and CLI flags
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Oct 29, 2023
1 parent 34b40e9 commit 34df641
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 @@ -11,8 +11,8 @@ 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):
1. [user config](https://docs.getdbt.com/docs/core/connect-data-platform/profiles.yml#user-config)
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-cli-flags)
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.

0 comments on commit 34df641

Please sign in to comment.