Update assertion conditions for uniqueness

This commit is contained in:
Anna Saiapina 2024-07-26 14:27:16 +00:00 committed by GCP Dataform
parent b7e1fce74c
commit 44b91add66
3 changed files with 1 additions and 4 deletions

View File

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

View File

@ -2,7 +2,6 @@ config {
type: "table",
schema: "pphe_five9_stg",
assertions: {
uniqueKey: ["BOARD_PROPERTY_GROUP"],
nonNull: ["BOARD_PROPERTY_GROUP"]
},
tags: ["daily"],

View File

@ -2,7 +2,6 @@ config {
type: "table",
schema: "pphe_five9_stg",
assertions: {
uniqueKey: ["BOARD_PROPERTY_GROUP"],
nonNull: ["BOARD_PROPERTY_GROUP"]
},
tags: ["daily"],