five9/definitions/export/calls_export.sqlx

9 lines
183 B
Plaintext

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