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