v0.11.0 dbt_quickbooks
fivetran-catfritz
released this
12 Jul 19:56
·
136 commits
to main
since this release
🚨 Breaking Changes 🚨
PR #95 includes the following updates:
🪲 Bug Fixes
- Included
source_relation
in all joins and window functions for models outputtingsource_relation
. This is to prevent duplicate records in end models when using the unioning functionality. These updates were in the intermediate models, which flowed to downstream end models:quickbooks__general_ledger
quickbooks__expenses_sales_enhanced
- In end model
quickbooks__general_ledger
, addedsource_relation
as part of the generated surrogate keyunique_id
to prevent duplicateunique_id
s when using the unioning functionality.
🎉 Features
- Added description for column
source_relation
to the documentation.
🚘 Under the Hood
- Updated test from a combination of columns to uniqueness of
unique_id
inquickbooks__general_ledger
. - Updated partitioning in certain models to include
source_relation
. - Updated analysis
quickbooks__balance_sheet
with updated join strategy.
Full Changelog: v0.10.0...v0.11.0