DBT structure change

This commit is contained in:
Yam ZhengLim
2023-05-09 09:53:28 +00:00
parent b3373e5b58
commit 2d2501cbfe
317 changed files with 7448 additions and 10782 deletions
@@ -0,0 +1,5 @@
WITH users AS (
SELECT * FROM {{ ref('stg_crisp__users') }}
)
SELECT * FROM users