github fivetran/dbt_quickbooks v0.11.1
v0.11.1 dbt_quickbooks

latest releases: v0.13.1, v0.13.0, v0.12.4...
10 months ago

This release of dbt_quickbooks includes the following updates:

🐛 Bug Fixes 🩹

  • Updated intermediate double entry models that have account_type and account_sub_type filters with configurable variables, since the type names used in the filter can be adjusted internally by QuickBooks customers. (#98)
  • Includes items.asset_account_id as the second field of the coalesce for the payed_to_account_id field within the int_quickbooks__bill_payment_double_entry model to ensure all account_id types are taken into consideration when mapping the transaction to the proper account. (#100)

🎉 Feature Updates 🎉

  • The intermediate models where these variables were introduced in the models below (#98):
Updated model New variables to filter on
int_quickbooks__bill_payment_double_entry quickbooks__accounts_payable_reference
int_quickbooks__credit_memo_double_entry quickbooks__accounts_receivable_reference
int_quickbooks__deposit_double_entry quickbooks__undeposited_funds_reference
int_quickbooks__invoice_double_entry quickbooks__sales_of_product_income_reference, quickbooks__accounts_receivable_reference
int_quickbooks__payment_double_entry quickbooks__accounts_receivable_reference

🗒️ Documentation

Contributors

Full Changelog: v0.11.0...v0.11.1

Don't miss a new dbt_quickbooks release

NewReleases is sending notifications on new releases.