From 021e7f3cba2de81cbea1a992b2985c1b85bc5faa Mon Sep 17 00:00:00 2001 From: Fraser Barton Date: Fri, 6 Oct 2023 16:34:36 +0100 Subject: [PATCH] remove period --- .../dbt/include/global_project/macros/adapters/apply_grants.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8a81fda8cac..66b617264ad 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