five9/definitions/export/digital_export.sqlx

9 lines
188 B
Plaintext

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