Updated all PK in created and chargeable services models
This commit is contained in:
parent
3015c12e18
commit
7e8e403dec
7 changed files with 35 additions and 9 deletions
|
|
@ -5393,6 +5393,7 @@ models:
|
|||
- date,
|
||||
- id_booking,
|
||||
- service_name
|
||||
- service_business_type
|
||||
|
||||
tests:
|
||||
- dbt_utils.unique_combination_of_columns:
|
||||
|
|
@ -5400,6 +5401,7 @@ models:
|
|||
- date
|
||||
- id_booking
|
||||
- service_name
|
||||
- service_business_type
|
||||
|
||||
columns:
|
||||
- name: date
|
||||
|
|
@ -5908,6 +5910,7 @@ models:
|
|||
- by_new_dash_version
|
||||
- by_has_upgraded_service
|
||||
- by_service
|
||||
- by_service_business_type
|
||||
|
||||
- name: dimension_value
|
||||
data_type: string
|
||||
|
|
@ -6034,6 +6037,7 @@ models:
|
|||
- date,
|
||||
- id_booking,
|
||||
- service_name
|
||||
- service_business_type
|
||||
|
||||
tests:
|
||||
- dbt_utils.unique_combination_of_columns:
|
||||
|
|
@ -6041,6 +6045,7 @@ models:
|
|||
- date
|
||||
- id_booking
|
||||
- service_name
|
||||
- service_business_type
|
||||
|
||||
columns:
|
||||
- name: date
|
||||
|
|
@ -6098,6 +6103,7 @@ models:
|
|||
- "SCREENING"
|
||||
- "PROTECTION"
|
||||
- "DEPOSIT_MANAGEMENT"
|
||||
- "UNKNOWN"
|
||||
- "UNSET"
|
||||
|
||||
- name: new_dash_version
|
||||
|
|
@ -6158,6 +6164,7 @@ models:
|
|||
- service_name,
|
||||
- id_booking,
|
||||
- active_accommodations_per_deal_segmentation.
|
||||
- service_business_type
|
||||
|
||||
tests:
|
||||
- dbt_utils.unique_combination_of_columns:
|
||||
|
|
@ -6166,6 +6173,7 @@ models:
|
|||
- id_booking
|
||||
- service_name
|
||||
- active_accommodations_per_deal_segmentation
|
||||
- service_business_type
|
||||
|
||||
columns:
|
||||
- name: start_date
|
||||
|
|
@ -6231,6 +6239,7 @@ models:
|
|||
- "SCREENING"
|
||||
- "PROTECTION"
|
||||
- "DEPOSIT_MANAGEMENT"
|
||||
- "UNKNOWN"
|
||||
- "UNSET"
|
||||
|
||||
- name: new_dash_version
|
||||
|
|
@ -6290,7 +6299,8 @@ models:
|
|||
- end_date,
|
||||
- service_name,
|
||||
- id_booking,
|
||||
- active_accommodations_per_deal_segmentation.
|
||||
- active_accommodations_per_deal_segmentation,
|
||||
- service_business_type
|
||||
|
||||
tests:
|
||||
- dbt_utils.unique_combination_of_columns:
|
||||
|
|
@ -6299,6 +6309,7 @@ models:
|
|||
- id_booking
|
||||
- service_name
|
||||
- active_accommodations_per_deal_segmentation
|
||||
- service_business_type
|
||||
|
||||
columns:
|
||||
- name: start_date
|
||||
|
|
@ -6364,6 +6375,7 @@ models:
|
|||
- "SCREENING"
|
||||
- "PROTECTION"
|
||||
- "DEPOSIT_MANAGEMENT"
|
||||
- "UNKNOWN"
|
||||
- "UNSET"
|
||||
|
||||
- name: new_dash_version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue