Adding mapping for agent states

This commit is contained in:
Anna Saiapina 2024-09-19 12:48:35 +00:00 committed by GCP Dataform
parent d06636b692
commit 5b5e923696
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,6 @@
config {
type: "declaration",
schema: "pphe_five9_raw",
name: "MAPPING_AGENT_STATE",
description: ""
}

View File

@ -0,0 +1,14 @@
config {
type: "table",
schema: "pphe_five9_stg",
assertions: {
uniqueKey: ["STATE"],
nonNull: ["STATE"]
},
tags: ["daily"],
description: "Daily load of MAPPING_AGENT_STATE table from raw"
}
select
*
from ${ref("MAPPING_AGENT_STATE")}