mirror of
https://gitlab.com/cief-data/dbt_cloud.git
synced 2026-08-30 09:44:10 +00:00
DBT structure change
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
WITH users AS (
|
||||
SELECT * FROM {{ ref('stg_crisp__users') }}
|
||||
)
|
||||
|
||||
SELECT * FROM users
|
||||
Reference in New Issue
Block a user