From e610bd60a98947dcdb758cef87dbf5138f20153c Mon Sep 17 00:00:00 2001 From: Austin Date: Wed, 6 Nov 2024 09:38:41 -0500 Subject: [PATCH] fix dbt docs --- dbt_project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt_project.yml b/dbt_project.yml index 1369ac6..0581992 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -17,7 +17,7 @@ test-paths: ["tests"] seed-paths: ["data"] macro-paths: ["macros"] snapshot-paths: ["snapshots"] -docs-paths: ["dbt_packages/fsc_evm/doc_descriptions", "models/doc_descriptions"] +docs-paths: ["dbt_packages/fsc_evm/doc_descriptions", "models/doc_descriptions","models"] target-path: "target" # directory which will store compiled SQL files clean-targets: # directories to be removed by `dbt clean`