1
This commit is contained in:
parent
609185904f
commit
cd89da27eb
@ -6,5 +6,5 @@ config {
|
|||||||
}
|
}
|
||||||
|
|
||||||
select *
|
select *
|
||||||
from ${ref("CALLS")}
|
from ${ref("stg_calls")}
|
||||||
where date(timestamp_millisecond) >= date_sub(current_datetime("Europe/Amsterdam"), INTERVAL 5 DAY)
|
where date(timestamp) >= date_sub(current_datetime("Europe/Amsterdam"), INTERVAL 5 DAY)
|
||||||
Loading…
Reference in New Issue
Block a user