From 394d8665836ba8f8a19d991535f1d80ce4c2ad22 Mon Sep 17 00:00:00 2001 From: drethereum <71602799+drethereum@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:33:48 -0600 Subject: [PATCH] re add (#310) --- dbt_project.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dbt_project.yml b/dbt_project.yml index eb155f0e..3fd16b1a 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -50,6 +50,9 @@ query-comment: models: +copy_grants: true + +persist_docs: + relation: true + columns: true +on_schema_change: "append_new_columns" # In this example config, we tell dbt to build all models in the example/ directory