v0.9.0 dbt_netsuite
PR #74 includes the following updates:
🚨 Breaking Changes 🚨
- Removed the
int_netsuite2__consolidated_exchange_rates
model- Originally the
accounting_book_id
field was brought into theint_netsuite2__acctxperiod_exchange_rate_map
model viaint_netsuite2__consolidated_exchange_rates
, but this was resulting in duplicate records downstream in thenetsuite2__transaction_details
model due to the way it was being joined. Now we have brought inaccounting_book_id
(accountingbook) via thestg_netsuite2__consolidated_exchange_rates
model, so we do not have a need forint_netsuite2__consolidated_exchange_rates
- Originally the
Test Updates
- Added
account_id
to the unique combination test fornetsuite2__balance_sheet
Full Changelog: v0.8.1...v0.9.0