Update table all_interactions
This commit is contained in:
parent
2e7e7a8aa2
commit
3146475a80
@ -13,7 +13,7 @@ select TIMESTAMP_MILLISECOND,
|
||||
AGENT_ID,
|
||||
'PHONE' MEDIA_TYPE_ID,
|
||||
1 INTERACTIONS
|
||||
from ${ref("CALLS")}
|
||||
from ${ref("stg_calls")}
|
||||
union all
|
||||
select TIMESTAMP_MILLISECOND,
|
||||
DATE,
|
||||
@ -23,4 +23,4 @@ select TIMESTAMP_MILLISECOND,
|
||||
AGENT_ID,
|
||||
MEDIA_TYPE_ID,
|
||||
INTERACTIONS
|
||||
from ${ref("DIGITAL")}
|
||||
from ${ref("stg_digital")}
|
||||
Loading…
Reference in New Issue
Block a user