diff --git a/definitions/staging/stg_calls_report.sqlx b/definitions/staging/stg_calls_report.sqlx index 0d41acb..00d7bb2 100644 --- a/definitions/staging/stg_calls_report.sqlx +++ b/definitions/staging/stg_calls_report.sqlx @@ -57,7 +57,8 @@ select sc.SESSION_ID, sc.CALLS, sc.ANI, c.CAMPAIGN_TYPE_ID, - sc.CAMPAIGN_TYPE + sc.CAMPAIGN_TYPE, + "PHONE" MEDIA_TYPE_ID from ${ref("stg_calls")} sc left join ${ref("stg_AGENT")} a on sc.AGENT_ID = a.AGENT_ID