remove models/live__allow_list

This commit is contained in:
shah 2025-03-05 16:15:50 -08:00
parent 9915e6980b
commit 5a52892bf6

View File

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