mirror of
https://github.com/FlipsideCrypto/livequery-base.git
synced 2026-02-06 03:07:13 +00:00
chore: Update grants.sql to include "hosted" target in execute condition
This commit is contained in:
parent
6709d4655a
commit
2ae5fbfb7e
@ -33,7 +33,7 @@
|
||||
|
||||
`dbt run-operation apply_grants_to_all_schema`
|
||||
#}
|
||||
{% if execute and target.name == "prod" %}
|
||||
{% if execute and target.name in ("prod", "hosted",) %}
|
||||
{% set sql_get_schema %}
|
||||
SELECT SCHEMA_NAME
|
||||
FROM {{ target.database }}.INFORMATION_SCHEMA.SCHEMATA
|
||||
|
||||
Loading…
Reference in New Issue
Block a user