Add mapping MAPPING_CSC_AGENT in stg
This commit is contained in:
parent
403a5ba8d3
commit
be5195ab58
10
definitions/staging/stg_MAPPING_CSC_AGENT.sqlx
Normal file
10
definitions/staging/stg_MAPPING_CSC_AGENT.sqlx
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
config {
|
||||||
|
type: "table",
|
||||||
|
schema: "pphe_five9_stg",
|
||||||
|
tags: ["daily"],
|
||||||
|
description: "Daily load of MAPPING_CSC_AGENT table from raw"
|
||||||
|
}
|
||||||
|
|
||||||
|
select
|
||||||
|
*
|
||||||
|
from ${ref("MAPPING_CSC_AGENT")}
|
||||||
Loading…
Reference in New Issue
Block a user