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", type: "table",
schema: "pphe_five9_gold", schema: "pphe_five9_gold",
assertions: { assertions: {
uniqueKey: ["?"], uniqueKey: ["CUSTOMER_ID"],
nonNull: ["?"] nonNull: ["CUSTOMER_ID"]
}, },
tags: ["daily"], tags: ["daily"],
description: "Daily load of DIGITAL table from stg" description: "Daily load of DIGITAL table from stg"