fixing the rebase
This commit is contained in:
parent
54df02cac8
commit
62893d77fc
3 changed files with 5 additions and 3 deletions
|
|
@ -31,4 +31,4 @@ where
|
||||||
and icbs.is_missing_id_deal = false
|
and icbs.is_missing_id_deal = false
|
||||||
and icbsd.service_detail_created_at_utc
|
and icbsd.service_detail_created_at_utc
|
||||||
>= icbs.user_in_new_dash_since_timestamp_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
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@ select
|
||||||
cs.active_accommodations_per_deal_segmentation,
|
cs.active_accommodations_per_deal_segmentation,
|
||||||
cs.id_deal,
|
cs.id_deal,
|
||||||
-- Dimensions --
|
-- Dimensions --
|
||||||
|
cs.service_business_type,
|
||||||
cs.new_dash_version,
|
cs.new_dash_version,
|
||||||
cs.is_upgraded_service,
|
cs.is_upgraded_service,
|
||||||
cs.main_billing_country_iso_3_per_deal,
|
cs.main_billing_country_iso_3_per_deal,
|
||||||
|
|
@ -29,4 +30,4 @@ left join
|
||||||
{{ ref("int_kpis__metric_daily_new_dash_created_services") }} cs
|
{{ ref("int_kpis__metric_daily_new_dash_created_services") }} cs
|
||||||
on date_trunc('month', cs.date)::date = d.first_day_month
|
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
|
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
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@ select
|
||||||
cs.active_accommodations_per_deal_segmentation,
|
cs.active_accommodations_per_deal_segmentation,
|
||||||
cs.id_deal,
|
cs.id_deal,
|
||||||
-- Dimensions --
|
-- Dimensions --
|
||||||
|
cs.service_business_type,
|
||||||
cs.new_dash_version,
|
cs.new_dash_version,
|
||||||
cs.is_upgraded_service,
|
cs.is_upgraded_service,
|
||||||
cs.main_billing_country_iso_3_per_deal,
|
cs.main_billing_country_iso_3_per_deal,
|
||||||
|
|
@ -29,4 +30,4 @@ left join
|
||||||
{{ ref("int_kpis__metric_daily_new_dash_created_services") }} cs
|
{{ ref("int_kpis__metric_daily_new_dash_created_services") }} cs
|
||||||
on date_trunc('week', cs.date)::date = d.first_day_week
|
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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue