PR #58 introduces the following updates:
Breaking Changes
- Introduced the following timestamp fields to the listed
stg_quickbooks__*
models to better analyze real-time transaction data:created_at
:bill
,bill_payment
,credit_memo
,invoice
,payment
,transfer
updated_at
:bill
,bill_payment
,credit_memo
,deposit
,invoice
,journal_entry
,payment
,purchase
,refund_receipt
,sales_receipt
,transfer
,vendor_credit
- These new fields are incorporated in the
dbt_quickbooks
package'squickbooks__general_ledger
model via the*_double_entry
intermediate models. You can learn more about these changes in the v0.17.0 release of thedbt_quickbooks
package. - As this introduces new columns to our staging models and changes our schema, this is a breaking change.
Full Changelog: v0.11.0...v0.12.0