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