Add mappings in stg
This commit is contained in:
parent
feea18feca
commit
5989584875
14
definitions/staging/stg_MAPPING_RESV_STATUS.sqlx
Normal file
14
definitions/staging/stg_MAPPING_RESV_STATUS.sqlx
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
config {
|
||||||
|
type: "table",
|
||||||
|
schema: "pphe_five9_stg",
|
||||||
|
assertions: {
|
||||||
|
uniqueKey: ["RESV_STATUS_ID"],
|
||||||
|
nonNull: ["RESV_STATUS_ID"]
|
||||||
|
},
|
||||||
|
tags: ["daily"],
|
||||||
|
description: "Daily load of MAPPING_RESV_STATUS table from raw"
|
||||||
|
}
|
||||||
|
|
||||||
|
select
|
||||||
|
*
|
||||||
|
from ${ref("MAPPING_RESV_STATUS")}
|
||||||
14
definitions/staging/stg_MAPPING_UPDATE_TYPE.sqlx
Normal file
14
definitions/staging/stg_MAPPING_UPDATE_TYPE.sqlx
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
config {
|
||||||
|
type: "table",
|
||||||
|
schema: "pphe_five9_stg",
|
||||||
|
assertions: {
|
||||||
|
uniqueKey: ["UPDATE_TYPE_ID"],
|
||||||
|
nonNull: ["UPDATE_TYPE_ID"]
|
||||||
|
},
|
||||||
|
tags: ["daily"],
|
||||||
|
description: "Daily load of MAPPING_UPDATE_TYPE table from raw"
|
||||||
|
}
|
||||||
|
|
||||||
|
select
|
||||||
|
*
|
||||||
|
from ${ref("MAPPING_UPDATE_TYPE")}
|
||||||
Loading…
Reference in New Issue
Block a user