Description updates
This commit is contained in:
parent
44b91add66
commit
67e6ffb93b
@ -2,9 +2,9 @@ config {
|
|||||||
type: "table",
|
type: "table",
|
||||||
schema: "pphe_five9_gold",
|
schema: "pphe_five9_gold",
|
||||||
tags: ["daily"],
|
tags: ["daily"],
|
||||||
description: "Exporting last 5 days of ALL_INTERACRIONS_SUM table"
|
description: "Exporting last 7 days of ALL_INTERACRIONS_SUM table"
|
||||||
}
|
}
|
||||||
|
|
||||||
select *
|
select *
|
||||||
from ${ref("ALL_INTERACRIONS_SUM")}
|
from ${ref("ALL_INTERACRIONS_SUM")}
|
||||||
where date(timestamp) >= date_sub(current_datetime("Europe/Amsterdam"), INTERVAL 5 DAY)
|
where date(timestamp) >= date_sub(current_datetime("Europe/Amsterdam"), INTERVAL 7 DAY)
|
||||||
@ -2,7 +2,7 @@ config {
|
|||||||
type: "table",
|
type: "table",
|
||||||
schema: "pphe_five9_gold",
|
schema: "pphe_five9_gold",
|
||||||
tags: ["daily"],
|
tags: ["daily"],
|
||||||
description: "Exporting last 5 days of CALLS table"
|
description: "Exporting last 7 days of CALLS table"
|
||||||
}
|
}
|
||||||
|
|
||||||
select *
|
select *
|
||||||
|
|||||||
@ -2,7 +2,7 @@ config {
|
|||||||
type: "table",
|
type: "table",
|
||||||
schema: "pphe_five9_gold",
|
schema: "pphe_five9_gold",
|
||||||
tags: ["daily"],
|
tags: ["daily"],
|
||||||
description: "Exporting last 5 days of DIGITAL table."
|
description: "Exporting last 7 days of DIGITAL table."
|
||||||
}
|
}
|
||||||
|
|
||||||
select *
|
select *
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user