five9/definitions/export/agent_status_export.sqlx

9 lines
198 B
Plaintext

config {
type: "table",
schema: "pphe_five9_gold",
tags: ["daily"],
description: "Exporting last 7 days of AGENT_STATUS table."
}
select *
from ${ref("stg_agent_status_report")}