Add export table for agent status
This commit is contained in:
parent
4dfb3db0fe
commit
2c99df472d
9
definitions/export/agent_status_export.sqlx
Normal file
9
definitions/export/agent_status_export.sqlx
Normal file
@ -0,0 +1,9 @@
|
||||
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")}
|
||||
Loading…
Reference in New Issue
Block a user