mirror of
https://github.com/FlipsideCrypto/livequery-base.git
synced 2026-02-06 11:16:44 +00:00
- grants for BI_ANALYTICS_READER (#44)
This commit is contained in:
parent
d8ed50338d
commit
0bf8f27edf
@ -8,7 +8,7 @@
|
||||
#}
|
||||
{% if target.name == "prod" %}
|
||||
{%- set outer = namespace(sql="") -%}
|
||||
{% for role in ["VELOCITY_INTERNAL", "VELOCITY_ETHEREUM", "INTERNAL_DEV"] %}
|
||||
{% for role in ["VELOCITY_INTERNAL", "VELOCITY_ETHEREUM", "INTERNAL_DEV", "BI_ANALYTICS_READER"] %}
|
||||
{% set sql -%}
|
||||
{% if schema.startswith("_") %}
|
||||
REVOKE USAGE ON SCHEMA {{ target.database }}.{{ schema }} FROM {{ role }};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user