Merged PR 2425: Fix model documentation names
Fix model documentation names after last PR, it triggered some warnings since the name was not correct. My bad :)  Related work items: #18914
This commit is contained in:
parent
1b1b97380a
commit
7e9b3733c8
1 changed files with 2 additions and 2 deletions
|
|
@ -272,7 +272,7 @@ models:
|
|||
- not_null
|
||||
- unique
|
||||
|
||||
- name: int_mtd_guest_payments_metrics
|
||||
- name: int_core__mtd_guest_payments_metrics
|
||||
description: |
|
||||
This model contains the historic information regarding the guest revenue in an aggregated manner.
|
||||
It's used for the business KPIs. Data is aggregated at the last day of the month and in the
|
||||
|
|
@ -286,7 +286,7 @@ models:
|
|||
- not_null
|
||||
- unique
|
||||
|
||||
- name: int_monthly_guest_payments_history_by_deal
|
||||
- name: int_core__monthly_guest_payments_history_by_deal
|
||||
description: |
|
||||
This model contains the historic information regarding the guest revenue for each deal id.
|
||||
It's used for the business KPIs in the view by deal id. Data is aggregated at the last
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue