Merge branch 'master' of ssh.dev.azure.com:v3/guardhog/Data/data-dwh-dbt-project
This commit is contained in:
commit
0aac0fcb61
2 changed files with 2 additions and 0 deletions
|
|
@ -20,4 +20,5 @@ left join
|
|||
{{ ref("int_kpis__dimension_daily_accommodation") }} as icmas
|
||||
on icuh.id_deal = icmas.id_deal
|
||||
and icvr.verification_estimated_completed_date_utc = icmas.date
|
||||
where icvr.verification_estimated_completed_date_utc is not null
|
||||
group by 1, 2, 3, 4
|
||||
|
|
|
|||
|
|
@ -20,4 +20,5 @@ left join
|
|||
{{ ref("int_kpis__dimension_daily_accommodation") }} as icmas
|
||||
on icuh.id_deal = icmas.id_deal
|
||||
and icvr.verification_estimated_started_date_utc = icmas.date
|
||||
where icvr.verification_estimated_started_date_utc is not null
|
||||
group by 1, 2, 3, 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue