dbt_xero 0.3.1
fivetran-joemarkiewicz
released this
03 Dec 21:25
·
109 commits
to main
since this release
Happy Friday!
This release of the dbt_xero
package contains the following changes:
Bug Fix
- The
account_code
,account_id
,account_name
, andaccount_type
fields within thexero_general_ledger
are now being selected from thestg_xero__account
model instead of thestg_xero__journal_line
model. (#22)- It was found that account names may be changed within Xero, but the account name within a journal line entry will remain the old name. As such, this fix will ensure all records on the
xero__general_ledger
and downstream models reflect the most up to date name of the account.
- It was found that account names may be changed within Xero, but the account name within a journal line entry will remain the old name. As such, this fix will ensure all records on the