Adding schema to wildcard tables
This commit is contained in:
parent
ccb919db03
commit
e65b9f2d38
@ -15,7 +15,7 @@ select *,
|
||||
ROW_NUMBER()
|
||||
OVER (PARTITION BY SESSION_ID, TIMESTAMP, DNIS)
|
||||
row_number
|
||||
from ${ref("calls_*")}
|
||||
from ${ref("pphe_five9_raw","calls_*")}
|
||||
${ when(incremental(), `where _TABLE_SUFFIX = FORMAT_DATE('%Y%m%d',current_date("Europe/Amsterdam"))`) })
|
||||
select DAY_OF_WEEK,
|
||||
CALL_ID,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user