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