Committing for testing
This commit is contained in:
parent
f7504393c4
commit
18988eadde
3 changed files with 83 additions and 2 deletions
|
|
@ -7587,4 +7587,54 @@ models:
|
|||
description: |
|
||||
Main billing country of the host aggregated at Deal level.
|
||||
data_tests:
|
||||
- not_null
|
||||
- not_null
|
||||
|
||||
- name: int_kpis__agg_daily_new_dash_deals_offered_services
|
||||
description: |
|
||||
This model computes the dimension aggregation for Daily Deals Offered Services.
|
||||
It only retrieves services that come from users that are in New Dash, as well
|
||||
as it only considers services created after the user has moved to New Dash.
|
||||
The primary key of this model is date, dimension and dimension_value.
|
||||
|
||||
data_tests:
|
||||
- dbt_utils.unique_combination_of_columns:
|
||||
combination_of_columns:
|
||||
- date
|
||||
- dimension
|
||||
- dimension_value
|
||||
|
||||
columns:
|
||||
- name: date
|
||||
data_type: date
|
||||
description: |
|
||||
The daily date acting as time range for the metrics in this record.
|
||||
data_tests:
|
||||
- not_null
|
||||
|
||||
- name: dimension
|
||||
data_type: string
|
||||
description: The dimension or granularity of the metrics.
|
||||
data_tests:
|
||||
- assert_dimension_completeness:
|
||||
metric_column_names:
|
||||
- deal_with_offered_service_count
|
||||
- accepted_values:
|
||||
values:
|
||||
- global
|
||||
- by_number_of_listings
|
||||
- by_billing_country
|
||||
- by_new_dash_version
|
||||
- by_has_upgraded_service
|
||||
- by_service
|
||||
- by_service_business_type
|
||||
|
||||
- name: dimension_value
|
||||
data_type: string
|
||||
description: The value or segment available for the selected dimension.
|
||||
data_tests:
|
||||
- not_null
|
||||
|
||||
- name: deal_with_offered_service_count
|
||||
data_type: bigint
|
||||
description: |
|
||||
The daily count of deals with services offered for a given date, dimension and value.
|
||||
Loading…
Add table
Add a link
Reference in a new issue