Add mappings for board properties
This commit is contained in:
parent
a60be65267
commit
94bbbaf09c
6
definitions/sources/MAPPING_PROPERTY_CALLS.sqlx
Normal file
6
definitions/sources/MAPPING_PROPERTY_CALLS.sqlx
Normal file
@ -0,0 +1,6 @@
|
||||
config {
|
||||
type: "declaration",
|
||||
schema: "pphe_five9_raw",
|
||||
name: "MAPPING_PROPERTY_CALLS",
|
||||
description: ""
|
||||
}
|
||||
6
definitions/sources/MAPPING_PROPERTY_DIGITAL.sqlx
Normal file
6
definitions/sources/MAPPING_PROPERTY_DIGITAL.sqlx
Normal file
@ -0,0 +1,6 @@
|
||||
config {
|
||||
type: "declaration",
|
||||
schema: "pphe_five9_raw",
|
||||
name: "MAPPING_PROPERTY_DIGITAL",
|
||||
description: ""
|
||||
}
|
||||
14
definitions/staging/stg_MAPPING_PROPERTY_CALLS.sqlx
Normal file
14
definitions/staging/stg_MAPPING_PROPERTY_CALLS.sqlx
Normal file
@ -0,0 +1,14 @@
|
||||
config {
|
||||
type: "table",
|
||||
schema: "pphe_five9_stg",
|
||||
assertions: {
|
||||
uniqueKey: ["BOARD_PROPERTY_GROUP"],
|
||||
nonNull: ["BOARD_PROPERTY_GROUP"]
|
||||
},
|
||||
tags: ["daily"],
|
||||
description: "Daily load of MAPPING_PROPERTY_CALLS table from raw"
|
||||
}
|
||||
|
||||
select
|
||||
*
|
||||
from ${ref("MAPPING_PROPERTY_CALLS")}
|
||||
14
definitions/staging/stg_MAPPING_PROPERTY_DIGITAL.sqlx
Normal file
14
definitions/staging/stg_MAPPING_PROPERTY_DIGITAL.sqlx
Normal file
@ -0,0 +1,14 @@
|
||||
config {
|
||||
type: "table",
|
||||
schema: "pphe_five9_stg",
|
||||
assertions: {
|
||||
uniqueKey: ["BOARD_PROPERTY_GROUP"],
|
||||
nonNull: ["BOARD_PROPERTY_GROUP"]
|
||||
},
|
||||
tags: ["daily"],
|
||||
description: "Daily load of MAPPING_PROPERTY_DIGITAL table from raw"
|
||||
}
|
||||
|
||||
select
|
||||
*
|
||||
from ${ref("MAPPING_PROPERTY_DIGITAL")}
|
||||
Loading…
Reference in New Issue
Block a user