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
andnetsuite2__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