Adding end_time to digital reports
This commit is contained in:
parent
04c7706b1a
commit
cd92aef5d0
@ -57,6 +57,7 @@ select d.SESSION_GUID,
|
||||
then 1
|
||||
else 0
|
||||
end QUEUE,
|
||||
d.END_TIME
|
||||
from ${ref("stg_digital")} d
|
||||
left join ${ref("stg_AGENT")} a
|
||||
on d.AGENT_ID = a.AGENT_ID
|
||||
|
||||
@ -56,6 +56,7 @@ select d.SESSION_GUID,
|
||||
then 1
|
||||
else 0
|
||||
end QUEUE,
|
||||
d.END_TIME
|
||||
from ${ref("stg_digital")} d
|
||||
left join ${ref("stg_AGENT")} a
|
||||
on d.AGENT_ID = a.AGENT_ID
|
||||
|
||||
Loading…
Reference in New Issue
Block a user