More thingies

This commit is contained in:
Pablo Martin 2023-10-30 18:59:39 +01:00
parent 3e8423dbd8
commit f85adbde93
3 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,9 @@
{{
config(
materialized = 'view'
)
}}
WITH src_hosts AS(
SELECT *
FROM {{ ref('src_hosts') }}

View file

@ -1,3 +1,9 @@
{{
config(
materialized = 'view'
)
}}
WITH src_listings AS (
SELECT *
FROM