schemas
This commit is contained in:
parent
86ca7411af
commit
f9fcb76ed1
2 changed files with 129 additions and 41 deletions
|
|
@ -658,11 +658,11 @@ models:
|
|||
|
||||
- name: transaction_at_utc
|
||||
data_type: timestamp with time zone
|
||||
description: When did the transaction happen.
|
||||
description: When did the transaction happened.
|
||||
|
||||
- name: date_string
|
||||
data_type: timestamp with time zone
|
||||
description: When did the transaction happen, as a string.
|
||||
description: When did the transaction happened, as a string.
|
||||
|
||||
- name: total_amount_local_curr
|
||||
data_type: numeric
|
||||
|
|
@ -672,7 +672,7 @@ models:
|
|||
tests:
|
||||
- not_null
|
||||
|
||||
- name: subtotal_local_curr
|
||||
- name: total_amount_wo_tax_local_curr
|
||||
data_type: numeric
|
||||
description: |
|
||||
Total of bank transaction excluding taxes, in the currency the
|
||||
|
|
@ -700,7 +700,7 @@ models:
|
|||
ATTENTION! unlike in many other Xero entities, here this field is not
|
||||
completed by Xero always. Some records will have a rate, some won't.
|
||||
You probably need to complement these rates with some other source if
|
||||
you want to
|
||||
you want to have no nulls.
|
||||
|
||||
The implied exchange rate between the transaction currency and GBP.
|
||||
|
||||
|
|
@ -774,6 +774,7 @@ models:
|
|||
- name: dwh_extracted_at_utc
|
||||
data_type: timestamp with time zone
|
||||
description: ""
|
||||
|
||||
- name: stg_xero__accounts
|
||||
description: |
|
||||
Accounts in our accounting tree.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue