updated schema
This commit is contained in:
parent
62893d77fc
commit
3015c12e18
1 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue