commit wip

This commit is contained in:
Joaquin 2025-03-25 12:25:47 +01:00
parent 721f3e4e9e
commit 2c5301c158
4 changed files with 46 additions and 60 deletions

View file

@ -3027,8 +3027,8 @@ models:
- dbt_utils.unique_combination_of_columns:
combination_of_columns:
- id_user_product_bundle
- id_product
- product_type
- id_service
- service_source
columns:
- name: id_user_product_bundle
@ -3051,22 +3051,22 @@ models:
description: |
The identifier of the product bundle. Can be null if it's a custom bundle.
- name: id_product
- name: id_service
data_type: bigint
description: |
The identifier of the product.
The identifier of the service.
data_tests:
- not_null
- name: product_type
- name: service_source
data_type: string
description: |
The type of the product, which can be either "service" or "protection".
The type of the service, which can be either "product" or "protection".
data_tests:
- not_null
- accepted_values:
values:
- "SERVICE"
- "PRODUCT"
- "PROTECTION"
- name: product_bundle_name
@ -3097,17 +3097,10 @@ models:
Flag that determines if the service is a default one (True)
or an upgraded service (False).
- name: product_name
- name: service_name
data_type: string
description: |
The name of the product service or protection.
data_tests:
- not_null
- name: product_display_name
data_type: string
description: |
The display name of the product service or protection.
The display name of the service.
data_tests:
- not_null