diff --git a/models/intermediate/kpis/schema.yml b/models/intermediate/kpis/schema.yml index dc375e6..f316250 100644 --- a/models/intermediate/kpis/schema.yml +++ b/models/intermediate/kpis/schema.yml @@ -5504,7 +5504,8 @@ models: - end_date, - service_name, - id_deal, - - active_accommodations_per_deal_segmentation. + - active_accommodations_per_deal_segmentation, + - service_business_type. tests: - dbt_utils.unique_combination_of_columns: @@ -5513,6 +5514,7 @@ models: - service_name - id_deal - active_accommodations_per_deal_segmentation + - service_business_type columns: - name: start_date @@ -5627,7 +5629,8 @@ models: - end_date, - service_name, - id_deal, - - active_accommodations_per_deal_segmentation. + - active_accommodations_per_deal_segmentation, + - service_business_type. tests: - dbt_utils.unique_combination_of_columns: @@ -5636,6 +5639,7 @@ models: - service_name - id_deal - active_accommodations_per_deal_segmentation + - service_business_type columns: - name: start_date @@ -5781,6 +5785,7 @@ models: - by_new_dash_version - by_has_upgraded_service - by_service + - by_service_business_type - name: dimension_value data_type: string @@ -5845,6 +5850,7 @@ models: - by_new_dash_version - by_has_upgraded_service - by_service + - by_service_business_type - name: dimension_value data_type: string