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