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