diff --git a/dbt_project.yml b/dbt_project.yml index 7766b7b..1277fbe 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