v0.16.0 dbt_netsuite
fivetran-data-model-bot
released this
02 Dec 23:28
·
1 commit
to main
since this release
For Netsuite2, PR #149 includes the following updates:
Breaking Changes (Full Refresh Required)
- Revised the incremental logic of the
netsuite2__transaction_details
model to usetransaction_lines
CTE as the primary driver instead oftransactions
.- This ensures all transaction lines are captured, including those synced after the parent transaction.
- This also aligns with
transaction_lines
serving as the base CTE in the model, onto which all other CTEs are left-joined. - When the
balance_sheet_transaction_detail_columns
andincome_statement_transaction_detail_columns
variables are used in thenetsuite2__balance_sheet
andnetsuite2__income_statement
models, all transactions are now included during incremental runs. This ensures no transactions are missed, aligning with the changes made in thenetsuite2__transaction_details
model. - We still recommend running
dbt --full-refresh
periodically to maintain data quality of the models.
Documentation
- Updated dbt documentation definitions.
Full Changelog: v0.15.0...v0.16.0