Make report non-incremental
This commit is contained in:
parent
2d29c6684d
commit
68621588f1
@ -1,5 +1,5 @@
|
|||||||
config {
|
config {
|
||||||
type: "incremental",
|
type: "table",
|
||||||
uniqueKey: ["SESSION_GUID"],
|
uniqueKey: ["SESSION_GUID"],
|
||||||
schema: "pphe_five9_stg",
|
schema: "pphe_five9_stg",
|
||||||
assertions: {
|
assertions: {
|
||||||
@ -47,4 +47,4 @@ left join ${ref("stg_MAPPING_SKILL")} s
|
|||||||
on dl.SKILL = s.SKILL
|
on dl.SKILL = s.SKILL
|
||||||
left join ${ref("stg_MAPPING_MEDIA_TYPE")} m
|
left join ${ref("stg_MAPPING_MEDIA_TYPE")} m
|
||||||
on dl.MEDIA_TYPE = m.MEDIA_TYPE
|
on dl.MEDIA_TYPE = m.MEDIA_TYPE
|
||||||
${ when(incremental(), `where TIMESTAMP >= DATE_SUB(CURRENT_DATE(), INTERVAL 5 DAY)`) }
|
where TIMESTAMP >= DATE_SUB(CURRENT_DATE(), INTERVAL 5 DAY)
|
||||||
Loading…
Reference in New Issue
Block a user