Added billing_country

This commit is contained in:
Joaquin Ossa 2024-11-25 11:53:14 +01:00
parent 2251a45540
commit 7717ce3c53
5 changed files with 49 additions and 7 deletions

View file

@ -5050,6 +5050,7 @@ models:
- date_day
- has_payment
- has_id_check
- main_billing_country_iso_3_per_deal
columns:
- name: date_day
data_type: date
@ -5084,6 +5085,13 @@ models:
- W/O Id Check
- With Id Check
- name: main_billing_country_iso_3_per_deal
data_type: string
description: |
Main billing country of the host.
tests:
- not_null
- name: int_kpis__product_guest_daily_metrics
description: |
This model computes the Daily Guest Metrics at the deepest granularity.
@ -5095,7 +5103,8 @@ models:
- date_day,
- py_date_day,
- id_deal,
- has_id_check.
- has_id_check,
- main_billing_country_iso_3_per_deal.
tests:
- dbt_utils.unique_combination_of_columns:
@ -5104,6 +5113,7 @@ models:
- py_date_day
- has_payment
- has_id_check
- main_billing_country_iso_3_per_deal
columns:
- name: date_day
data_type: date
@ -5144,6 +5154,13 @@ models:
- W/O Id Check
- With Id Check
- name: main_billing_country_iso_3_per_deal
data_type: string
description: |
Main billing country of the host.
tests:
- not_null
- name: created_guest_journeys_not_cancelled
data_type: bigint
description: |