mirror of
https://gitlab.com/cief-data/dbt_cloud.git
synced 2026-08-19 12:24:04 +00:00
5 lines
86 B
SQL
5 lines
86 B
SQL
WITH users AS (
|
|
SELECT * FROM {{ ref('stg_crisp__users') }}
|
|
)
|
|
|
|
SELECT * FROM users |