Added boolean
This commit is contained in:
parent
3833f3e92d
commit
b138e0c626
2 changed files with 5 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ with
|
|||
select *
|
||||
from {{ ref("int_kpis__lifecycle_daily_deal") }}
|
||||
-- Only retrieve deals lifecycle from yesterday
|
||||
where date = current_date - 1
|
||||
where is_current_state = true
|
||||
),
|
||||
upb_aggregation as (
|
||||
select
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue