aggregated to agg

This commit is contained in:
Joaquin 2024-11-05 12:17:26 +01:00
parent f601b69c7d
commit 092e37d58c
28 changed files with 94 additions and 94 deletions

View file

@ -445,7 +445,7 @@ models:
Count of accumulated bookings created in a given month up to the
given date and per specified dimension.
- name: int_kpis__aggregated_monthly_created_bookings
- name: int_kpis__agg_monthly_created_bookings
description: |
This model computes the dimension aggregation for
Monthly Created Bookings.
@ -499,7 +499,7 @@ models:
data_type: bigint
description: The monthly created bookings for a given date, dimension and value.
- name: int_kpis__aggregated_mtd_created_bookings
- name: int_kpis__agg_mtd_created_bookings
description: |
This model computes the dimension aggregation for
Month-To-Date Created Bookings.
@ -749,7 +749,7 @@ models:
Count of accumulated guest journeys created in a given month up to the
given date and per specified dimension.
- name: int_kpis__aggregated_monthly_created_guest_journeys
- name: int_kpis__agg_monthly_created_guest_journeys
description: |
This model computes the dimension aggregation for
Monthly Created Guest Journeys.
@ -802,7 +802,7 @@ models:
data_type: bigint
description: The monthtly created guest journeys for a given date, dimension and value.
- name: int_kpis__aggregated_mtd_created_guest_journeys
- name: int_kpis__agg_mtd_created_guest_journeys
description: |
This model computes the dimension aggregation for
Month-To-Date Created Guest Journeys.
@ -1051,7 +1051,7 @@ models:
Count of accumulated guest journeys started in a given month up to the
given date and per specified dimension.
- name: int_kpis__aggregated_monthly_started_guest_journeys
- name: int_kpis__agg_monthly_started_guest_journeys
description: |
This model computes the dimension aggregation for
Monthly Started Guest Journeys.
@ -1104,7 +1104,7 @@ models:
data_type: bigint
description: The monthly started guest journeys for a given date, dimension and value.
- name: int_kpis__aggregated_mtd_started_guest_journeys
- name: int_kpis__agg_mtd_started_guest_journeys
description: |
This model computes the dimension aggregation for
Month-To-Date Started Guest Journeys.
@ -1353,7 +1353,7 @@ models:
Count of accumulated guest journeys completed in a given month up to the
given date and per specified dimension.
- name: int_kpis__aggregated_monthly_completed_guest_journeys
- name: int_kpis__agg_monthly_completed_guest_journeys
description: |
This model computes the dimension aggregation for
Monthly Completed Guest Journeys.
@ -1406,7 +1406,7 @@ models:
data_type: bigint
description: The monthly completed guest journeys for a given date, dimension and value.
- name: int_kpis__aggregated_mtd_completed_guest_journeys
- name: int_kpis__agg_mtd_completed_guest_journeys
description: |
This model computes the dimension aggregation for
Month-To-Date Completed Guest Journeys.
@ -1655,7 +1655,7 @@ models:
Count of accumulated guest journeys completed in a given month up to the
given date and per specified dimension.
- name: int_kpis__aggregated_monthly_guest_journeys_with_payment
- name: int_kpis__agg_monthly_guest_journeys_with_payment
description: |
This model computes the dimension aggregation for
Monthly Guest Journeys with Payment.
@ -1708,7 +1708,7 @@ models:
data_type: bigint
description: The monthly guest journeys with payment for a given date, dimension and value.
- name: int_kpis__aggregated_mtd_guest_journeys_with_payment
- name: int_kpis__agg_mtd_guest_journeys_with_payment
description: |
This model computes the dimension aggregation for
Month-To-Date Guest Journeys with Payment.
@ -2012,7 +2012,7 @@ models:
Sum of accumulated total payments paid by guests, without taxes,
in GBP in a given month up to the given date and per specified dimension.
- name: int_kpis__aggregated_monthly_guest_payments
- name: int_kpis__agg_monthly_guest_payments
description: |
This model computes the dimension aggregation for
Monthly Guest Payments.
@ -2091,7 +2091,7 @@ models:
The monthly total payments paid by guests, without taxes, in GBP
for a given range date, dimension and value.
- name: int_kpis__aggregated_mtd_guest_payments
- name: int_kpis__agg_mtd_guest_payments
description: |
This model computes the dimension aggregation for
Month-To-Date Guest Payments.
@ -2366,7 +2366,7 @@ models:
Count of accumulated bookings checked-out in a given month up to the
given date and per specified dimension.
- name: int_kpis__aggregated_monthly_check_out_bookings
- name: int_kpis__agg_monthly_check_out_bookings
description: |
This model computes the dimension aggregation for
Monthly Check-out Bookings.
@ -2419,7 +2419,7 @@ models:
data_type: bigint
description: The monthly checked-out bookings for a given date, dimension and value.
- name: int_kpis__aggregated_mtd_check_out_bookings
- name: int_kpis__agg_mtd_check_out_bookings
description: |
This model computes the dimension aggregation for
Month-To-Date Check-out Bookings.
@ -2668,7 +2668,7 @@ models:
Count of accumulated bookings billable in a given month up to the
given date and per specified dimension.
- name: int_kpis__aggregated_monthly_billable_bookings
- name: int_kpis__agg_monthly_billable_bookings
description: |
This model computes the dimension aggregation for
Monthly Billable Bookings.
@ -2721,7 +2721,7 @@ models:
data_type: bigint
description: The monthly billable bookings for a given date, dimension and value.
- name: int_kpis__aggregated_mtd_billable_bookings
- name: int_kpis__agg_mtd_billable_bookings
description: |
This model computes the dimension aggregation for
Month-To-Date Billable Bookings.
@ -2970,7 +2970,7 @@ models:
Count of accumulated bookings cancelled in a given month up to the
given date and per specified dimension.
- name: int_kpis__aggregated_monthly_cancelled_bookings
- name: int_kpis__agg_monthly_cancelled_bookings
description: |
This model computes the dimension aggregation for
Monthly Cancelled Bookings.
@ -3023,7 +3023,7 @@ models:
data_type: bigint
description: The monthly cancelled bookings for a given date, dimension and value.
- name: int_kpis__aggregated_mtd_cancelled_bookings
- name: int_kpis__agg_mtd_cancelled_bookings
description: |
This model computes the dimension aggregation for
Month-To-Date Cancelled Bookings.