v0.15.0 dbt_quickbooks
fivetran-data-model-bot
released this
17 Oct 19:26
·
20 commits
to main
since this release
PR #142 introduces the following updates:
Bug Fixes
- Updates the
int_quickbooks__sales_receipt_double_entry
model to prioritize theinvoice_lines.sales_item_account_id
as the second viable option in theaccount_id
coalesce statements. This field was previously prioritized last. However, recent observations have made it apparent that when prioritized last, invoice transactions could be attributed to the wrong accounts.- While not a traditional breaking change, we made this a minor upgrade to account for scenarios where the end model results will likely change due to invoices being attributed to the correct accounts.
Full Changelog: v0.14.1...v0.15.0