fixing the rebase

This commit is contained in:
Joaquin Ossa 2024-12-02 11:07:34 +01:00
parent 54df02cac8
commit 62893d77fc
3 changed files with 5 additions and 3 deletions

View file

@ -31,4 +31,4 @@ where
and icbs.is_missing_id_deal = false
and icbsd.service_detail_created_at_utc
>= icbs.user_in_new_dash_since_timestamp_at_utc
group by 1, 2, 3, 4, 5, 6, 7, 8
group by 1, 2, 3, 4, 5, 6, 7, 8, 9

View file

@ -18,6 +18,7 @@ select
cs.active_accommodations_per_deal_segmentation,
cs.id_deal,
-- Dimensions --
cs.service_business_type,
cs.new_dash_version,
cs.is_upgraded_service,
cs.main_billing_country_iso_3_per_deal,
@ -29,4 +30,4 @@ left join
{{ ref("int_kpis__metric_daily_new_dash_created_services") }} cs
on date_trunc('month', cs.date)::date = d.first_day_month
where d.is_end_of_month = true and cs.id_deal is not null
group by 1, 2, 3, 4, 5, 6, 7, 8
group by 1, 2, 3, 4, 5, 6, 7, 8, 9

View file

@ -18,6 +18,7 @@ select
cs.active_accommodations_per_deal_segmentation,
cs.id_deal,
-- Dimensions --
cs.service_business_type,
cs.new_dash_version,
cs.is_upgraded_service,
cs.main_billing_country_iso_3_per_deal,
@ -29,4 +30,4 @@ left join
{{ ref("int_kpis__metric_daily_new_dash_created_services") }} cs
on date_trunc('week', cs.date)::date = d.first_day_week
where d.is_end_of_week = true and cs.id_deal is not null
group by 1, 2, 3, 4, 5, 6, 7, 8
group by 1, 2, 3, 4, 5, 6, 7, 8, 9