Skip to content

v0.9.0 dbt_netsuite

Compare
Choose a tag to compare
@fivetran-reneeli fivetran-reneeli released this 09 Aug 21:09
· 122 commits to main since this release
81c822e

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 the int_netsuite2__acctxperiod_exchange_rate_map model via int_netsuite2__consolidated_exchange_rates, but this was resulting in duplicate records downstream in the netsuite2__transaction_details model due to the way it was being joined. Now we have brought in accounting_book_id (accountingbook) via the stg_netsuite2__consolidated_exchange_rates model, so we do not have a need for int_netsuite2__consolidated_exchange_rates

Test Updates

  • Added account_id to the unique combination test for netsuite2__balance_sheet

Full Changelog: v0.8.1...v0.9.0