Add export table for agent status

This commit is contained in:
Anna Saiapina 2024-10-11 12:26:48 +00:00 committed by GCP Dataform
parent 4dfb3db0fe
commit 2c99df472d

View 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")}