From f4b0cf6f7ebb5c3e9ec80597cb1c5f85ff2a26d1 Mon Sep 17 00:00:00 2001 From: Fraser Barton Date: Fri, 6 Oct 2023 14:23:06 +0100 Subject: [PATCH] trigger CI --- .../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 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