Description updates
This commit is contained in:
parent
44b91add66
commit
67e6ffb93b
@ -2,9 +2,9 @@ config {
|
||||
type: "table",
|
||||
schema: "pphe_five9_gold",
|
||||
tags: ["daily"],
|
||||
description: "Exporting last 5 days of ALL_INTERACRIONS_SUM table"
|
||||
description: "Exporting last 7 days of ALL_INTERACRIONS_SUM table"
|
||||
}
|
||||
|
||||
select *
|
||||
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",
|
||||
schema: "pphe_five9_gold",
|
||||
tags: ["daily"],
|
||||
description: "Exporting last 5 days of CALLS table"
|
||||
description: "Exporting last 7 days of CALLS table"
|
||||
}
|
||||
|
||||
select *
|
||||
|
||||
@ -2,7 +2,7 @@ config {
|
||||
type: "table",
|
||||
schema: "pphe_five9_gold",
|
||||
tags: ["daily"],
|
||||
description: "Exporting last 5 days of DIGITAL table."
|
||||
description: "Exporting last 7 days of DIGITAL table."
|
||||
}
|
||||
|
||||
select *
|
||||
|
||||
Loading…
Reference in New Issue
Block a user