Description updates

This commit is contained in:
Anna Saiapina 2024-08-14 08:26:38 +00:00 committed by GCP Dataform
parent 44b91add66
commit 67e6ffb93b
3 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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 *

View File

@ -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 *