Merged PR 5103: Updated exposure
# Description Updated exposures with new model for Host Resolutions Payments Deleted previous models that are not longer being used # Checklist - [ ] The edited models and dependants run properly with production data. - [ ] The edited models are sufficiently documented. - [ ] The edited models contain PK tests, and I've ran and passed them. - [ ] I have checked for DRY opportunities with other models and docs. - [ ] I've picked the right materialization for the affected models. # Other - [ ] Check if a full-refresh is required after this PR is merged. Updated exposure Related work items: #29373
This commit is contained in:
commit
6970901196
2 changed files with 4 additions and 2 deletions
|
|
@ -197,7 +197,7 @@ exposures:
|
||||||
label: Resolutions Host Payments
|
label: Resolutions Host Payments
|
||||||
type: dashboard
|
type: dashboard
|
||||||
maturity: high
|
maturity: high
|
||||||
url: https://app.powerbi.com/Redirect?action=OpenReport&appId=4a019abb-880f-4184-adc9-440ebd950e00&reportObjectId=86abbd2f-bfa5-4a51-adf5-4c7a3be9de07&ctid=862842df-2998-4826-bea9-b726bc01d3a7&reportPage=ReportSectionddc493aece54c925670a&pbi_source=appShareLink&portalSessionId=0d09c72c-773d-47ee-9fc5-aeb0727359d4
|
url: https://app.powerbi.com/groups/me/apps/4a019abb-880f-4184-adc9-440ebd950e00/reports/86abbd2f-bfa5-4a51-adf5-4c7a3be9de07/ReportSectionddc493aece54c925670a?ctid=862842df-2998-4826-bea9-b726bc01d3a7&experience=power-bi
|
||||||
description: |
|
description: |
|
||||||
A PBI report that shows bank transaction payments that have been made
|
A PBI report that shows bank transaction payments that have been made
|
||||||
listed in the Resolutions Host Payments account in our accounting books.
|
listed in the Resolutions Host Payments account in our accounting books.
|
||||||
|
|
@ -205,7 +205,7 @@ exposures:
|
||||||
value have happened over time.
|
value have happened over time.
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- ref('xero__bank_transaction_denom_mart')
|
- ref('xero__host_resolutions_payments')
|
||||||
|
|
||||||
owner:
|
owner:
|
||||||
name: Pablo Martin
|
name: Pablo Martin
|
||||||
|
|
|
||||||
|
|
@ -1065,6 +1065,7 @@ models:
|
||||||
- name: dwh_extracted_at_utc
|
- name: dwh_extracted_at_utc
|
||||||
data_type: timestamp with time zone
|
data_type: timestamp with time zone
|
||||||
description: ""
|
description: ""
|
||||||
|
|
||||||
- name: xero__bank_transaction_line_items
|
- name: xero__bank_transaction_line_items
|
||||||
description: |
|
description: |
|
||||||
Line item level data for our Bank Transactions.
|
Line item level data for our Bank Transactions.
|
||||||
|
|
@ -1169,6 +1170,7 @@ models:
|
||||||
The transaction currency is defined at the Bank Transaction level, and
|
The transaction currency is defined at the Bank Transaction level, and
|
||||||
the values you see in this field should always be the same as the
|
the values you see in this field should always be the same as the
|
||||||
currency of the Bank Transaction this line item belongs to.
|
currency of the Bank Transaction this line item belongs to.
|
||||||
|
|
||||||
- name: xero__bank_transaction_denom_mart
|
- name: xero__bank_transaction_denom_mart
|
||||||
description: |
|
description: |
|
||||||
This model is a denormalized mart, which only exists for presentation
|
This model is a denormalized mart, which only exists for presentation
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue