Add mappings for agent status table

This commit is contained in:
Anna Saiapina 2024-09-24 14:48:41 +00:00 committed by GCP Dataform
parent a35eaf5428
commit a359728fe7
4 changed files with 19 additions and 1 deletions

View File

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

View File

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

View File

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

View File

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