From f7291aa626093eb9564a537225f41fb5201720c0 Mon Sep 17 00:00:00 2001 From: Austin <93135983+austinFlipside@users.noreply.github.com> Date: Thu, 17 Aug 2023 17:05:55 -0400 Subject: [PATCH] add copy (#133) --- dbt_project.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dbt_project.yml b/dbt_project.yml index e6041dc..f575160 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -24,6 +24,9 @@ clean-targets: # directories to be removed by `dbt clean` - "dbt_modules" - "dbt_packages" +models: + +copy_grants: true + tests: +store_failures: true # all tests