14 lines
254 B
Plaintext
14 lines
254 B
Plaintext
config {
|
|
type: "table",
|
|
schema: "pphe_five9_gold",
|
|
assertions: {
|
|
uniqueKey: ["CALL_ID"],
|
|
nonNull: ["CALL_ID"]
|
|
},
|
|
tags: ["daily"],
|
|
description: "Daily load of CALLS table from stg"
|
|
}
|
|
|
|
select
|
|
*
|
|
from ${ref("stg_CALLS")} |