This commit is contained in:
Anna Saiapina 2024-03-18 10:31:28 +00:00 committed by GCP Dataform
parent 77e0b00c54
commit 968bbf7dc4

View File

@ -2,8 +2,8 @@ config {
type: "table",
schema: "pphe_five9_gold",
assertions: {
uniqueKey: ["?"],
nonNull: ["?"]
uniqueKey: ["CUSTOMER_ID"],
nonNull: ["CUSTOMER_ID"]
},
tags: ["daily"],
description: "Daily load of DIGITAL table from stg"