This commit is contained in:
Anna Saiapina 2024-06-14 14:43:28 +00:00 committed by GCP Dataform
parent 614c72997b
commit a68eccad6b

View File

@ -16,7 +16,7 @@ with LANGS as (
then substr(AGENT_NAME, strpos(AGENT_NAME, '--') + 3)
else null
end AS LANGUAGES
from ${ref("stg_CALL_SOURCE")}
from ${ref("stg_digital")}
)
select distinct c.AGENT_ID,