mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 17:36:51 +00:00
removed debug logs
This commit is contained in:
parent
351adc3a34
commit
9ab06cc957
@ -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) %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user