Change assertion column

This commit is contained in:
Anna Saiapina 2024-11-21 15:19:54 +00:00 committed by GCP Dataform
parent 66b23b0aea
commit 6bc54b7fd9

View File

@ -2,8 +2,8 @@ config {
type: "table", type: "table",
schema: "pphe_five9_stg", schema: "pphe_five9_stg",
assertions: { assertions: {
uniqueKey: ["UPDATE_TYPE"], uniqueKey: ["UPDATE_TYPE_ID"],
nonNull: ["UPDATE_TYPE"] nonNull: ["UPDATE_TYPE_ID"]
}, },
tags: ["daily"], tags: ["daily"],
description: "Daily load of MAPPING_UPDATE_TYPE_REVENUE table from raw" description: "Daily load of MAPPING_UPDATE_TYPE_REVENUE table from raw"