Skip to content

dbt_xero 0.3.1

Compare
Choose a tag to compare
@fivetran-joemarkiewicz fivetran-joemarkiewicz released this 03 Dec 21:25
· 109 commits to main since this release
ebe99f5

Happy Friday!

This release of the dbt_xero package contains the following changes:

Bug Fix

  • The account_code, account_id, account_name, and account_type fields within the xero_general_ledger are now being selected from the stg_xero__account model instead of the stg_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.