mirror of
https://github.com/FlipsideCrypto/livequery-models.git
synced 2026-02-06 10:56:46 +00:00
remove models/live__allow_list
This commit is contained in:
parent
9915e6980b
commit
5a52892bf6
@ -1,11 +0,0 @@
|
||||
|
||||
{{ config(
|
||||
materialized = 'view',
|
||||
grants = {'+select': fromyaml(var('ROLES'))}
|
||||
) }}
|
||||
SELECT '*.' || t.value AS allowed_domains
|
||||
FROM table(flatten(input => {{ this.database }}.live.udf_allow_list())) AS t
|
||||
ORDER BY
|
||||
split_part(allowed_domains, '.', -1),
|
||||
split_part(allowed_domains, '.', -2),
|
||||
split_part(allowed_domains, '.', -3)
|
||||
Loading…
Reference in New Issue
Block a user