Update assertion conditions for uniqueness
This commit is contained in:
parent
b7e1fce74c
commit
44b91add66
@ -2,8 +2,7 @@ config {
|
|||||||
type: "table",
|
type: "table",
|
||||||
schema: "pphe_five9_stg",
|
schema: "pphe_five9_stg",
|
||||||
assertions: {
|
assertions: {
|
||||||
uniqueKey: ["CODE"],
|
uniqueKey: ["LANGUAGE"]
|
||||||
nonNull: ["CODE"]
|
|
||||||
},
|
},
|
||||||
tags: ["daily"],
|
tags: ["daily"],
|
||||||
description: "Daily load of MAPPING_LANGUAGES table from raw"
|
description: "Daily load of MAPPING_LANGUAGES table from raw"
|
||||||
|
|||||||
@ -2,7 +2,6 @@ config {
|
|||||||
type: "table",
|
type: "table",
|
||||||
schema: "pphe_five9_stg",
|
schema: "pphe_five9_stg",
|
||||||
assertions: {
|
assertions: {
|
||||||
uniqueKey: ["BOARD_PROPERTY_GROUP"],
|
|
||||||
nonNull: ["BOARD_PROPERTY_GROUP"]
|
nonNull: ["BOARD_PROPERTY_GROUP"]
|
||||||
},
|
},
|
||||||
tags: ["daily"],
|
tags: ["daily"],
|
||||||
|
|||||||
@ -2,7 +2,6 @@ config {
|
|||||||
type: "table",
|
type: "table",
|
||||||
schema: "pphe_five9_stg",
|
schema: "pphe_five9_stg",
|
||||||
assertions: {
|
assertions: {
|
||||||
uniqueKey: ["BOARD_PROPERTY_GROUP"],
|
|
||||||
nonNull: ["BOARD_PROPERTY_GROUP"]
|
nonNull: ["BOARD_PROPERTY_GROUP"]
|
||||||
},
|
},
|
||||||
tags: ["daily"],
|
tags: ["daily"],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user