From 2c99df472dc480252beb5f142bbd386f0d51132e Mon Sep 17 00:00:00 2001 From: Anna Saiapina Date: Fri, 11 Oct 2024 12:26:48 +0000 Subject: [PATCH] Add export table for agent status --- definitions/export/agent_status_export.sqlx | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 definitions/export/agent_status_export.sqlx diff --git a/definitions/export/agent_status_export.sqlx b/definitions/export/agent_status_export.sqlx new file mode 100644 index 0000000..c6fbd44 --- /dev/null +++ b/definitions/export/agent_status_export.sqlx @@ -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")} \ No newline at end of file