five9/definitions/gold/DIGITAL.sqlx
2024-03-18 10:31:28 +00:00

14 lines
266 B
Plaintext

config {
type: "table",
schema: "pphe_five9_gold",
assertions: {
uniqueKey: ["CUSTOMER_ID"],
nonNull: ["CUSTOMER_ID"]
},
tags: ["daily"],
description: "Daily load of DIGITAL table from stg"
}
select
*
from ${ref("stg_DIGITAL")}