five9/definitions/export/closed_digital_export.sqlx
2024-12-17 15:29:36 +00:00

9 lines
207 B
Plaintext

config {
type: "table",
schema: "pphe_five9_gold",
tags: ["daily"],
description: "Exporting last 7 days of DIGITAL table by end time."
}
select *
from ${ref("stg_closed_digital_report")}