1
This commit is contained in:
parent
614c72997b
commit
a68eccad6b
@ -16,7 +16,7 @@ with LANGS as (
|
|||||||
then substr(AGENT_NAME, strpos(AGENT_NAME, '--') + 3)
|
then substr(AGENT_NAME, strpos(AGENT_NAME, '--') + 3)
|
||||||
else null
|
else null
|
||||||
end AS LANGUAGES
|
end AS LANGUAGES
|
||||||
from ${ref("stg_CALL_SOURCE")}
|
from ${ref("stg_digital")}
|
||||||
)
|
)
|
||||||
|
|
||||||
select distinct c.AGENT_ID,
|
select distinct c.AGENT_ID,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user