github fivetran/dbt_quickbooks v0.5.3
dbt_quickbooks v0.5.3

latest releases: v0.14.1, v0.14.0, v0.13.1...
24 months ago

Happy Wednesday! 🐫

This release of the dbt_quickbooks package includes the following updates:

Bug Fixes

  • The int_quickbooks__bill_payment_double_entry, int_quickbooks__credit_memo_double_entry, int_quickbooks__deposit_double_entry, and int_quickbooks__payment_double_entry models perform a cross join on the stg_quickbooks__accounts model for the respective debit/credit account. However, if this cross join includes more than one record, it will result in duplicates. An additional filter to remove sub accounts has been added to ensure the output of the models do not have duplicates. (#49)

Under the Hood

  • A GitHub workflow has been added to ensure the dbt docs are regenerated before each merge to the main release branch. (#49)

Full Changelog: 0.5.2...0.5.3

Don't miss a new dbt_quickbooks release

NewReleases is sending notifications on new releases.