6 lines
79 B
SQL
6 lines
79 B
SQL
{{ config(materialized='table') }}
|
|
select
|
|
*
|
|
from
|
|
{{ ref('stg_listings') }}
|