Skip to content

dbt_quickbooks v0.5.4

Compare
Choose a tag to compare
@fivetran-avinash fivetran-avinash released this 12 Dec 19:44
· 353 commits to main since this release
7770cfc

Happy Ding-A-Ling Day! ☎️ 📞 Try and catch up with friends or family you haven't talked to in awhile!

The newest, greatest release of the dbt_quickbooks package includes the following updates:

🎉 Feature Updates 🎉

  • Addition of the credit_card_payment_txn (enabled/disabled using the using_credit_card_payment_txn variable) source as well as the accompanying staging and intermediate models. This source includes all credit card payment transactions and will be used in downstream General Ledger generation to ensure accurate reporting of all transaction types. (#61)

    Note: the credit_card_payment_txn source and models are disabled by default. In order to enable them, you will want to set the using_credit_card_payment_txn variable to true in your dbt_project.yml.

Contributors