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) %}