Change type from view to table
This commit is contained in:
parent
0c0251b6b2
commit
2e8d13501a
@ -1,7 +1,11 @@
|
|||||||
config {
|
config {
|
||||||
type: "view",
|
type: "table",
|
||||||
schema: "pphe_five9_stg",
|
schema: "pphe_five9_stg",
|
||||||
tags: ["snapdaily"],
|
assertions: {
|
||||||
|
uniqueKey: ["AGENT_ID"],
|
||||||
|
nonNull: ["AGENT_ID"]
|
||||||
|
},
|
||||||
|
tags: ["daily"],
|
||||||
description: "All fields that are connected to the AGENT"
|
description: "All fields that are connected to the AGENT"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user