PR #143 introduces the following updates:
Upstream Source Package Updates
- Deleted records have been previously been brought into the
dbt_quickbooks
package. To ensure accuracy in reporting, the following updates were made in the v0.11.0 release ofdbt_quickbooks_source
: - We introduced the
_fivetran_deleted
field to filter out deleted records from the following staging models:stg_quickbooks__account
stg_quickbooks__bundle
stg_quickbooks__customer
stg_quickbooks__department
stg_quickbooks__item
stg_quickbooks__vendor
- Since filtering out deleted records that were previously being counted impact all output models, this is being treated as a breaking change.
Documentation update
- Added the
_fivetran_deleted
field to the above corresponding seed files in integration tests.
Under The Hood
- Updated the
consistency_*_amounts
tests to include theconverted_amount
comparisons. They were previously commented out due to introducing multicurrency support in a previous release that would have led to test failures, but can now be brought in to properly validate these changes.
Full Changelog: v0.15.0...v0.16.0