From ed03907b5398fae735940b5dff6655807d542ead Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 17 Nov 2023 15:45:06 +0000 Subject: [PATCH] Update website/snippets/_config-description-resource.md Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> --- website/snippets/_config-description-resource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/snippets/_config-description-resource.md b/website/snippets/_config-description-resource.md index 18ac7307a96..a1552046019 100644 --- a/website/snippets/_config-description-resource.md +++ b/website/snippets/_config-description-resource.md @@ -1 +1 @@ -Resource-specific configurations are applied to individual dbt resources. They influence specific attributes of the resource, such as [`sql-header`](/reference/resource-configs/sql_header), [`column_types`](/reference/resource-configs/column_types), [`strategy`](/reference/resource-configs/strategy), and so on. You can define these settings in the project file (`dbt_project.yml`), a property file (`models/properties.yml` for models, similarly for other resources), or within the resource’s file using the `{{ config() }}` macro. +Resource-specific configurations are applicable to only one dbt resource type rather than multiple resource types. You can define these settings in the project file (`dbt_project.yml`), a property file (`models/properties.yml` for models, similarly for other resources), or within the resource’s file using the `{{ config() }}` macro.