1
This commit is contained in:
parent
609185904f
commit
cd89da27eb
@ -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)
|
||||
Loading…
Reference in New Issue
Block a user