Skip to content

v0.17.0 dbt_netsuite

Latest
Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 18 Dec 00:19
19261a9

This release involves breaking changes and will require running a full refresh.

Bug Fixes

  • Adjusted the materialization of the int_netsuite2__tran_with_converted_amounts model from incremental to ephemeral to resolve potential duplicate records in certain situations (PR #153).
    • This simplification minimizes duplication risk with marginal performance impact.

This is a Breaking Change, as int_netsuite2__tran_with_converted_amounts will no longer materialize in the warehouse.

Feature Updates

  • Added two fields to the netsuite2__balance_sheet and netsuite2__income_statement models to support reporting on amounts in the functional currency alongside consolidated (converted_amount) results (PR #151):
    • transaction_amount
    • subsidiary_currency_symbol

This change will require running a full refresh, as we are adding new fields to incrementally materialized models.

Contribtors

Full Changelog: v0.16.0...v0.17.0