From 322a6b0ac66853c6f804b0cfa1ee3379cdcdfdba Mon Sep 17 00:00:00 2001 From: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Date: Fri, 22 Mar 2024 08:28:23 -0600 Subject: [PATCH] Link to documentation for `dbt_project.yml` --- website/docs/reference/global-configs/about-global-configs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/global-configs/about-global-configs.md b/website/docs/reference/global-configs/about-global-configs.md index 3455264f258..5cc9be25b91 100644 --- a/website/docs/reference/global-configs/about-global-configs.md +++ b/website/docs/reference/global-configs/about-global-configs.md @@ -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