From 191f837a698f3e040c74d95918f4b6b7a33338fc Mon Sep 17 00:00:00 2001 From: Joaquin Ossa Date: Mon, 10 Feb 2025 08:14:02 +0100 Subject: [PATCH] small fix display_name --- .../intermediate/core/int_core__new_dash_services_offered.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/intermediate/core/int_core__new_dash_services_offered.sql b/models/intermediate/core/int_core__new_dash_services_offered.sql index 784a4bd..499cbe9 100644 --- a/models/intermediate/core/int_core__new_dash_services_offered.sql +++ b/models/intermediate/core/int_core__new_dash_services_offered.sql @@ -19,7 +19,7 @@ with select id_user_product_bundle, id_user_host, - product_service_name as service_display_name + product_service_display_name as service_display_name from int_core__user_product_bundle_contains_services -- Union of all product services with all protection plan services. -- This is because there are basically two types of services: product services