Update source tables for exports

This commit is contained in:
Anna Saiapina 2024-06-25 12:52:23 +00:00 committed by GCP Dataform
parent 748a9bc726
commit 8bd623ce2b
2 changed files with 2 additions and 4 deletions

View File

@ -6,5 +6,4 @@ config {
}
select *
from ${ref("stg_calls")}
where date(timestamp) >= date_sub(current_datetime("Europe/Amsterdam"), INTERVAL 5 DAY)
from ${ref("stg_calls_report")}

View File

@ -6,5 +6,4 @@ config {
}
select *
from ${ref("stg_digital")}
where date(timestamp) >= date_sub(current_datetime("Europe/Amsterdam"), INTERVAL 5 DAY)
from ${ref("stg_digital_report")}