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
, andint_quickbooks__payment_double_entry
models perform a cross join on thestg_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