Adding mappings for csc
This commit is contained in:
parent
71cf8ad273
commit
66b23b0aea
6
definitions/sources/MAPPING_UPDATE_TYPE_GROUP.sqlx
Normal file
6
definitions/sources/MAPPING_UPDATE_TYPE_GROUP.sqlx
Normal file
@ -0,0 +1,6 @@
|
||||
config {
|
||||
type: "declaration",
|
||||
schema: "pphe_five9_raw",
|
||||
name: "MAPPING_UPDATE_TYPE_GROUP",
|
||||
description: ""
|
||||
}
|
||||
6
definitions/sources/MAPPING_UPDATE_TYPE_GROUP_ID.sqlx
Normal file
6
definitions/sources/MAPPING_UPDATE_TYPE_GROUP_ID.sqlx
Normal file
@ -0,0 +1,6 @@
|
||||
config {
|
||||
type: "declaration",
|
||||
schema: "pphe_five9_raw",
|
||||
name: "MAPPING_UPDATE_TYPE_GROUP_ID",
|
||||
description: ""
|
||||
}
|
||||
6
definitions/sources/MAPPING_UPDATE_TYPE_REVENUE.sqlx
Normal file
6
definitions/sources/MAPPING_UPDATE_TYPE_REVENUE.sqlx
Normal file
@ -0,0 +1,6 @@
|
||||
config {
|
||||
type: "declaration",
|
||||
schema: "pphe_five9_raw",
|
||||
name: "MAPPING_UPDATE_TYPE_REVENUE",
|
||||
description: ""
|
||||
}
|
||||
14
definitions/staging/stg_MAPPING_UPDATE_TYPE_GROUP.sqlx
Normal file
14
definitions/staging/stg_MAPPING_UPDATE_TYPE_GROUP.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_GROUP table from raw"
|
||||
}
|
||||
|
||||
select
|
||||
*
|
||||
from ${ref("MAPPING_UPDATE_TYPE_GROUP")}
|
||||
14
definitions/staging/stg_MAPPING_UPDATE_TYPE_GROUP_ID.sqlx
Normal file
14
definitions/staging/stg_MAPPING_UPDATE_TYPE_GROUP_ID.sqlx
Normal file
@ -0,0 +1,14 @@
|
||||
config {
|
||||
type: "table",
|
||||
schema: "pphe_five9_stg",
|
||||
assertions: {
|
||||
uniqueKey: ["UPDATE_TYPE_GROUP"],
|
||||
nonNull: ["UPDATE_TYPE_GROUP"]
|
||||
},
|
||||
tags: ["daily"],
|
||||
description: "Daily load of MAPPING_UPDATE_TYPE_GROUP_ID table from raw"
|
||||
}
|
||||
|
||||
select
|
||||
*
|
||||
from ${ref("MAPPING_UPDATE_TYPE_GROUP_ID")}
|
||||
14
definitions/staging/stg_MAPPING_UPDATE_TYPE_REVENUE.sqlx
Normal file
14
definitions/staging/stg_MAPPING_UPDATE_TYPE_REVENUE.sqlx
Normal file
@ -0,0 +1,14 @@
|
||||
config {
|
||||
type: "table",
|
||||
schema: "pphe_five9_stg",
|
||||
assertions: {
|
||||
uniqueKey: ["UPDATE_TYPE"],
|
||||
nonNull: ["UPDATE_TYPE"]
|
||||
},
|
||||
tags: ["daily"],
|
||||
description: "Daily load of MAPPING_UPDATE_TYPE_REVENUE table from raw"
|
||||
}
|
||||
|
||||
select
|
||||
*
|
||||
from ${ref("MAPPING_UPDATE_TYPE_REVENUE")}
|
||||
Loading…
Reference in New Issue
Block a user