From 07eb2aacc7e491989cfc12722d39af67b11c9065 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:42:34 +0000 Subject: [PATCH] Update dbt_project.yml.md adding the following configs to project.yml per convo with @dbeatty10 : Per [here](https://github.com/dbt-labs/dbt-core/blob/a1f78a8f622e3394b978eac6265123ba5bd17904/core/dbt/contracts/project.py#L286-L306), these should be added to the docs for profiles.yml -> dbt_project.yml: - log_format - printer_width --- website/docs/reference/dbt_project.yml.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/reference/dbt_project.yml.md b/website/docs/reference/dbt_project.yml.md index ae911200b40..eb676e0e360 100644 --- a/website/docs/reference/dbt_project.yml.md +++ b/website/docs/reference/dbt_project.yml.md @@ -61,6 +61,9 @@ The following example is a list of all available configurations in the `dbt_proj schema: true | false identifier: true | false +[printer_width](/reference/global-configs/print-output#printer-width): +[log_format](/reference/global-configs/logs): + metrics: