Adding end_time to digital reports

This commit is contained in:
Anna Saiapina 2024-10-03 14:32:18 +00:00 committed by GCP Dataform
parent 04c7706b1a
commit cd92aef5d0
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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