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 * select *
from ${ref("stg_calls")} from ${ref("stg_calls_report")}
where date(timestamp) >= date_sub(current_datetime("Europe/Amsterdam"), INTERVAL 5 DAY)

View File

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