github fivetran/dbt_quickbooks v0.11.0
v0.11.0 dbt_quickbooks

latest releases: v0.13.1, v0.13.0, v0.12.4...
11 months ago

🚨 Breaking Changes 🚨

PR #95 includes the following updates:

🪲 Bug Fixes

  • Included source_relation in all joins and window functions for models outputting source_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, added source_relation as part of the generated surrogate key unique_id to prevent duplicate unique_ids 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 in quickbooks__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

Don't miss a new dbt_quickbooks release

NewReleases is sending notifications on new releases.