From 9ab06cc9572e239dbd148948bbcdd2f71179ff88 Mon Sep 17 00:00:00 2001 From: shah Date: Mon, 31 Jul 2023 09:36:57 -0700 Subject: [PATCH] removed debug logs --- macros/utils.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/macros/utils.sql b/macros/utils.sql index bc26431..355ea34 100644 --- a/macros/utils.sql +++ b/macros/utils.sql @@ -102,7 +102,6 @@ grant usage on schema {{ target.schema }} to role {{ role }}; grant select on all tables in schema {{ target.schema }} to role {{ role }}; grant select on all views in schema {{ target.schema }} to role {{ role }}; - -- AWS_LAMBDA_FLOW_API_SBX does not have access to these items: database FLOW_DEV, schema FLOW_DEV.STREAMLINE. {% endset %} {% do run_query(sql) %}