Update assertion conditions for uniqueness
This commit is contained in:
parent
b7e1fce74c
commit
44b91add66
@ -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"
|
||||
|
||||
@ -2,7 +2,6 @@ config {
|
||||
type: "table",
|
||||
schema: "pphe_five9_stg",
|
||||
assertions: {
|
||||
uniqueKey: ["BOARD_PROPERTY_GROUP"],
|
||||
nonNull: ["BOARD_PROPERTY_GROUP"]
|
||||
},
|
||||
tags: ["daily"],
|
||||
|
||||
@ -2,7 +2,6 @@ config {
|
||||
type: "table",
|
||||
schema: "pphe_five9_stg",
|
||||
assertions: {
|
||||
uniqueKey: ["BOARD_PROPERTY_GROUP"],
|
||||
nonNull: ["BOARD_PROPERTY_GROUP"]
|
||||
},
|
||||
tags: ["daily"],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user