Change type from view to table

This commit is contained in:
Anna Saiapina 2024-03-06 10:30:40 +00:00 committed by GCP Dataform
parent 0c0251b6b2
commit 2e8d13501a

View File

@ -1,7 +1,11 @@
config {
type: "view",
type: "table",
schema: "pphe_five9_stg",
tags: ["snapdaily"],
assertions: {
uniqueKey: ["AGENT_ID"],
nonNull: ["AGENT_ID"]
},
tags: ["daily"],
description: "All fields that are connected to the AGENT"
}