diff --git a/dbt_project.yml b/dbt_project.yml index ad04eeb..f10eb73 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -26,6 +26,9 @@ clean-targets: # directories to be removed by `dbt clean` models: +copy_grants: true + +persist_docs: + relation: true + columns: true +on_schema_change: "append_new_columns" tests: