Update source tables for exports
This commit is contained in:
parent
748a9bc726
commit
8bd623ce2b
@ -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")}
|
||||
@ -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")}
|
||||
Loading…
Reference in New Issue
Block a user