This commit is contained in:
Anna Saiapina 2024-06-19 07:18:52 +00:00 committed by GCP Dataform
parent 609185904f
commit cd89da27eb

View File

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