removed debug logs

This commit is contained in:
shah 2023-07-31 09:36:57 -07:00
parent 351adc3a34
commit 9ab06cc957

View File

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