9 lines
198 B
Plaintext
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")} |