From d70d238eac327fbbeb3b4bb3b2a55569536d7622 Mon Sep 17 00:00:00 2001 From: desmond-hui <97470747+desmond-hui@users.noreply.github.com> Date: Wed, 25 Oct 2023 08:00:07 -0700 Subject: [PATCH] remove unnecessary config (#275) --- dbt_project.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dbt_project.yml b/dbt_project.yml index 786b93c..f97c229 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -25,15 +25,6 @@ clean-targets: # directories to be removed by `dbt clean` - "dbt_packages" models: - polygon_models: - deploy: - +materialized: ephemeral - core: - +tags: core - secrets: - +enabled: false - marketplace: - +tags: marketplace +copy_grants: true tests: