Merge branch 'master' of ssh.dev.azure.com:v3/guardhog/Data/data-dwh-dbt-project

This commit is contained in:
Pablo Martin 2024-10-30 14:52:25 +01:00
commit 0aac0fcb61
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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