diff --git a/core/dbt/include/global_project/macros/adapters/apply_grants.sql b/core/dbt/include/global_project/macros/adapters/apply_grants.sql index 66b617264ad..8a81fda8cac 100644 --- a/core/dbt/include/global_project/macros/adapters/apply_grants.sql +++ b/core/dbt/include/global_project/macros/adapters/apply_grants.sql @@ -1,7 +1,7 @@ {# ------- BOOLEAN MACROS --------- #} {# - -- COPY GRANTS + -- COPY GRANTS. -- When a relational object (view or table) is replaced in this database, -- do previous grants carry over to the new object? This may depend on: -- whether we use alter-rename-swap versus CREATE OR REPLACE